Skip to content

Commit 268e53e

Browse files
author
g_j_m
committed
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/qgis@5982 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a22ebae commit 268e53e

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)