diff -r 6988973515d2 -r ca23936b455b src/widgets/colorindexinput.cpp --- a/src/widgets/colorindexinput.cpp Wed May 25 20:36:34 2022 +0300 +++ b/src/widgets/colorindexinput.cpp Mon Jun 06 22:01:22 2022 +0300 @@ -3,7 +3,7 @@ #include "colorselectdialog.h" #include "uiutilities.h" -ColorIndexInput::ColorIndexInput(Document *document, ldraw::Color color, QWidget *parent) : +ColorIndexInput::ColorIndexInput(EditorTabWidget *document, ldraw::Color color, QWidget *parent) : QWidget{parent}, document{document}, ui{*new Ui_ColorIndexInput}