Skip to content
Permalink
Browse files
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
  • 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.
@@ -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
{

0 comments on commit 2eeff8b

Please sign in to comment.