diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-calculator/main.cpp')
-rw-r--r-- | src-qt5/desktop-utils/lumina-calculator/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-calculator/main.cpp b/src-qt5/desktop-utils/lumina-calculator/main.cpp index da57763a..222ee8b4 100644 --- a/src-qt5/desktop-utils/lumina-calculator/main.cpp +++ b/src-qt5/desktop-utils/lumina-calculator/main.cpp @@ -17,10 +17,10 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); LUtils::LoadTranslation(&a, "l-calc"); //Now go ahead and setup the app - LuminaThemeEngine theme(&a); + //LuminaThemeEngine theme(&a); //Now start the window mainUI W; - QObject::connect(&theme, SIGNAL(updateIcons()), &W, SLOT(updateIcons()) ); + //QObject::connect(&theme, SIGNAL(updateIcons()), &W, SLOT(updateIcons()) ); W.show(); return a.exec(); } |