diff -r 52e10e8d88cc -r 1a4342d80de7 src/document.h --- a/src/document.h Wed Jun 08 19:33:00 2022 +0300 +++ b/src/document.h Wed Jun 08 20:41:21 2022 +0300 @@ -45,12 +45,12 @@ explicit EditorTabWidget( Model* model, DocumentManager* documents, - const ldraw::ColorTable& colorTable, + const ColorTable& colorTable, QWidget *parent = nullptr); ~EditorTabWidget() override; void applyToVertices(VertexMap::ApplyFunction fn) const; const QSet selectedObjects() const; - const ldraw::ColorTable& colorTable; + const ColorTable& colorTable; Canvas* const canvas; Model* const model; EditingMode currentEditingMode() const;