changeset 6177 | 5eba8970e8ae |
parent 6176 | 19ef039a8474 |
child 6178 | affa860f2983 |
--- a/QTfrontend/main.cpp Sat Oct 22 01:00:21 2011 +0200 +++ b/QTfrontend/main.cpp Sat Oct 22 01:53:14 2011 +0200 @@ -483,7 +483,7 @@ #endif // load external stylesheet if there is any QFile * file = - new QFile(HWDataManager::instance().findFileForRead("misc/qt_style.css")); + new QFile(HWDataManager::instance().findFileForRead("css/qt.css")); if (file->exists() && file->open(QIODevice::ReadOnly | QIODevice::Text)) {