diff -r 5f3139c802bf -r ffd49a28f49e src/main.cpp --- a/src/main.cpp Thu Feb 09 20:44:36 2017 +0200 +++ b/src/main.cpp Thu Feb 09 20:54:21 2017 +0200 @@ -41,7 +41,7 @@ paths->deleteLater(); initializeCrashHandler(); - initColors(); + LDColor::initColors(); MainWindow* win = new MainWindow(configObject); win->show();