diff -r ac8f0297885b -r aee618d087ff src/dialogs/colorselector.h --- a/src/dialogs/colorselector.h Sat Mar 17 20:47:35 2018 +0200 +++ b/src/dialogs/colorselector.h Sat Mar 17 23:59:15 2018 +0200 @@ -20,12 +20,11 @@ #include #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