[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Jul 14 22:28:04 UTC 2005


SVN commit 434724 by okellogg:

>From D.Anthony Robinson (anthony_AT_chinstrap.homelinux.net):
> I searched the docs, and found that KWin::setMainWindow is "since 3.4".


 M  +1 -1      main.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/main.cpp #434723:434724
@@ -61,7 +61,7 @@
         cfg -> setGroup( "General Options" );
         bool showLogo = cfg -> readBoolEntry( "logo", true );
         if (showLogo) {
-#if KDE_IS_VERSION(3,2,90)
+#if KDE_IS_VERSION(3,3,90)
             start_logo = new KStartupLogo(0);
             start_logo->setHideEnabled(true);
             KWin::setMainWindow(start_logo, uml->winId());




More information about the umbrello-devel mailing list