diff options
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r-- | kmail/kmaccount.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 258fe9c02..f0455b3b9 100644 --- a/kmail/kmaccount.h +++ b/kmail/kmaccount.h @@ -33,7 +33,7 @@ class TQTimer; class KMFolder; class KMAcctFolder; -class KConfig; +class TDEConfig; class KMFolderJob; class KMFolderCachedImap; class AccountsPageReceivingTab; @@ -143,14 +143,14 @@ public: * manager when a new account is created. The config group is * already properly set by the caller. */ - virtual void readConfig(KConfig& config); + virtual void readConfig(TDEConfig& config); void readTimerConfig(); /** * Write all account information to given config file. The config group * is already properly set by the caller. */ - virtual void writeConfig(KConfig& config); + virtual void writeConfig(TDEConfig& config); /** * Set/get interval for checking if new mail arrived (in minutes). |