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

List:       kde-commits
Subject:    kdepim/wizards
From:       Don Sanders <don () sanders ! org>
Date:       2004-11-16 6:08:55
Message-ID: 20041116060855.A4C6816BBC () office ! kde ! org
[Download RAW message or body]

CVS commit by sanders: 

Increase the joyfulness of the compile (make it compile with gcc 2.95)


  M +12 -12    groupwisewizard.cpp   1.11


--- kdepim/wizards/groupwisewizard.cpp  #1.10:1.11
@@ -179,4 +179,15 @@ class GroupwisePropagator : public KConf
 
   protected:
+    class Writer : public CreateDisconnectedImapAccount::CustomWriter
+    {
+      public:
+        void writeFolder( KConfig &, int ) {}
+        void writeIds( int accountId, int transportId )
+        {
+          GroupwiseConfig::setKMailAccountId( accountId );
+          GroupwiseConfig::setKMailTransportId( transportId );
+        }
+    };
+
     void addCustomChanges( Change::List &changes )
     {
@@ -229,15 +240,4 @@ class GroupwisePropagator : public KConf
       }
 
-      class Writer : public CreateDisconnectedImapAccount::CustomWriter
-      {
-        public:
-          void writeFolder( KConfig &, int ) {}
-          void writeIds( int accountId, int transportId )
-          {
-            GroupwiseConfig::setKMailAccountId( accountId );
-            GroupwiseConfig::setKMailTransportId( transportId );
-          }
-      };
-
       if ( GroupwiseConfig::createEmailAccount() ) {
         CreateDisconnectedImapAccount *ca =


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

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