[rkward-cvs] SF.net SVN: rkward: [903] trunk/rkward/rkward/rkward.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Oct 30 12:53:31 UTC 2006


Revision: 903
          http://svn.sourceforge.net/rkward/?rev=903&view=rev
Author:   tfry
Date:     2006-10-30 04:53:27 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
Fix compilation for KDE 3.2 (at least one compilation bug is fixed)

Modified Paths:
--------------
    trunk/rkward/rkward/rkward.cpp

Modified: trunk/rkward/rkward/rkward.cpp
===================================================================
--- trunk/rkward/rkward/rkward.cpp	2006-10-30 12:52:42 UTC (rev 902)
+++ trunk/rkward/rkward/rkward.cpp	2006-10-30 12:53:27 UTC (rev 903)
@@ -99,10 +99,14 @@
 	rkward_app = this;
 	RKGlobals::rinter = 0;
 	RKSettings::settings_tracker = new RKSettingsTracker (this);
-	
+
+#if !KDE_IS_VERSION(3,3,0)
+	setIDEAlModeStyle (KMultiTabBar::KDEV3);
+#else
 	// Nice docks a la Kdevelop.
-	setToolviewStyle(KMultiTabBar::KDEV3ICON);
-	
+	setToolviewStyle (KMultiTabBar::KDEV3ICON);
+#endif
+
 	///////////////////////////////////////////////////////////////////
 	// call inits to invoke all other construction parts
 	initActions();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list