From kde-commits Tue Nov 16 06:08:55 2004 From: Don Sanders Date: Tue, 16 Nov 2004 06:08:55 +0000 To: kde-commits Subject: kdepim/wizards Message-Id: <20041116060855.A4C6816BBC () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110058534301846 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 =