Skip to content

Commit 2eeff8b

Browse files
author
g_j_m
committedOct 21, 2006
Change the ui include to the more modern style. Note that this file
isn't automatically compiled, but is intended to be used in the future. Addresses ticket #353 git-svn-id: http://svn.osgeo.org/qgis/trunk@5982 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e72d5cf commit 2eeff8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎src/gui/qgsvectorsymbologywidget.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
class QgsSymbol;
2020

2121

22-
#ifdef WIN32
23-
#include "qgsvectorsymbologywidgetbase.uic.h"
24-
#else
25-
#include "qgsvectorsymbologywidgetbase.uic.h"
26-
#endif
22+
#include "ui_qgsvectorsymbologywidgetbase.h"
2723

2824
class QgsVectorSymbologyWidget:public QgsVectorSymbologyWidgetBase
2925
{

0 commit comments

Comments
 (0)
Please sign in to comment.