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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdepim/kpilot/kpilot
From:       Adriaan de Groot <adridg () cs ! kun ! nl>
Date:       2003-02-28 20:41:22
[Download RAW message or body]

CVS commit by adridg: 

Source compatibility in KDE 3.0 mode


  M +6 -1      kpilot.cc   1.80.4.8


--- kdepim/kpilot/kpilot/kpilot.cc  #1.80.4.7:1.80.4.8
@@ -659,5 +659,8 @@ void KPilotInstaller::optionsConfigureTo
         FUNCTIONSETUP;
         // use the standard toolbar editor
+#if KDE_VERSION >= 0x030100
+        // This was added in KDE 3.1
         saveMainWindowSettings( KGlobal::config(), autoSaveGroup() );
+#endif
         KEditToolbar dlg(actionCollection());
         connect(&dlg, SIGNAL(newToolbarConfig()), this, SLOT(newToolbarConfig()));
@@ -669,5 +672,7 @@ void KPilotInstaller::slotNewToolbarConf
         // recreate our GUI
         createGUI();
+#if KDE_VERSION >= 0x030100
         applyMainWindowSettings( KGlobal::config(), autoSaveGroup() );
+#endif
 }
 


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

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