Skip to content

Commit

Permalink
Change the ui include to the more modern style. Note that this file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
g_j_m committed Oct 21, 2006
1 parent e72d5cf commit 2eeff8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gui/qgsvectorsymbologywidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
class QgsSymbol;


#ifdef WIN32
#include "qgsvectorsymbologywidgetbase.uic.h"
#else
#include "qgsvectorsymbologywidgetbase.uic.h"
#endif
#include "ui_qgsvectorsymbologywidgetbase.h"

class QgsVectorSymbologyWidget:public QgsVectorSymbologyWidgetBase
{
Expand Down

0 comments on commit 2eeff8b

Please sign in to comment.