Skip to content

Commit f6dbc22

Browse files
committed
Fixed compilation
1 parent 21253f9 commit f6dbc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/qgsprojectproperties.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "qgssymbolv2.h"
3737
#include "qgsstylev2managerdialog.h"
3838
#include "qgsvectorcolorrampv2.h"
39-
#include "qgssymbolv2propertiesdialog.h"
39+
#include "qgssymbolv2selectordialog.h"
4040

4141
//qt includes
4242
#include <QColorDialog>
@@ -932,7 +932,7 @@ void QgsProjectProperties::editSymbol( QComboBox* cbo )
932932
}
933933

934934
// let the user edit the symbol and update list when done
935-
QgsSymbolV2PropertiesDialog dlg( symbol, 0, this );
935+
QgsSymbolV2SelectorDialog dlg( symbol, mStyle, 0, this );
936936
if ( dlg.exec() == 0 )
937937
{
938938
delete symbol;

0 commit comments

Comments
 (0)