[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Dec 19 03:24:01 UTC 2004
CVS commit by okellogg:
Make compilable with KDE 3.2
M +4 -1 uml.cpp 1.126
--- kdesdk/umbrello/umbrello/uml.cpp #1.125:1.126
@@ -302,6 +302,9 @@ void UMLApp::initActions() {
// use the absolute path to your umbrelloui.rc file for testing purpose in setupGUI();
+#if KDE_IS_VERSION(3,2,90)
setupGUI();
-
+#else
+ createGUI();
+#endif
QPopupMenu* menu = findMenu( menuBar(), QString("settings") );
menu->insertItem(i18n("&Windows"), dockHideShowMenu(), -1, 0);
More information about the umbrello-devel
mailing list