diff -r 1de2b8d64e9f -r 98906a94732f src/mainwindow.h --- a/src/mainwindow.h Tue Jan 28 23:34:49 2020 +0200 +++ b/src/mainwindow.h Thu Jan 30 19:20:11 2020 +0200 @@ -54,7 +54,7 @@ uiutilities::KeySequenceMap defaultKeyboardShortcuts; static constexpr int maxRecentlyOpenedFiles = 10; QStringList recentlyOpenedFiles; - ColorTable colorTable; + ldraw::ColorTable colorTable; void updateTitle(); void saveSettings(); void restoreSettings();