[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/koffice-essen/kexi/main
From:       Adam Pigg <adam () piggz ! co ! uk>
Date:       2010-11-21 20:19:20
Message-ID: 20101121201920.AE97DAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199413 by piggz:

Dont use qt3support message for mobile (not strictly nescessary though as main isnt used yet in mobile

 M  +4 -1      KexiMainWindow.cpp  


--- branches/work/koffice-essen/kexi/main/KexiMainWindow.cpp #1199412:1199413
@@ -290,7 +290,10 @@
     }
 
     KexiMainWindow *win = new KexiMainWindow();
-    QApplication::setMainWidget(win); // FIXME: Deprecated method
+#ifndef KEXI_MOBILE
+    QApplication::setMainWidget(win);
+#endif
+
 #ifdef KEXI_DEBUG_GUI
     //if (debugWindow)
     //debugWindow->reparent(win, QPoint(1,1));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic