src/dialogs/colorselector.h

changeset 1195
fead30e6c557
parent 1174
91696a2e022c
child 1326
69a90bd2dba2
--- a/src/dialogs/colorselector.h	Mon Mar 06 00:35:47 2017 +0200
+++ b/src/dialogs/colorselector.h	Mon Mar 06 00:36:40 2017 +0200
@@ -20,12 +20,11 @@
 #include <QDialog>
 #include "../main.h"
 #include "../colors.h"
-#include "../hierarchyelement.h"
 
 /*
  * Implements a dialog that asks the user to choose an LDraw color from a grid of available colors. Direct colors are also supported.
  */
-class ColorSelector : public QDialog, public HierarchyElement
+class ColorSelector : public QDialog
 {
 	Q_OBJECT
 

mercurial