summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index dc47a27..a241a78 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -36,6 +36,7 @@
#include "toolpalette.h"
#include "propertypalette.h"
+#include "stylepalette.h"
#include "nodestyle.h"
#include <QObject>
@@ -83,6 +84,7 @@ private:
MainMenu *_mainMenu;
ToolPalette *_toolPalette;
PropertyPalette *_propertyPalette;
+ StylePalette *_stylePalette;
QVector<MainWindow*> _windows;
MainWindow *_activeWindow;
QVector<NodeStyle*> _nodeStyles;