diff options
Diffstat (limited to 'korn/maildrop.h')
-rw-r--r-- | korn/maildrop.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korn/maildrop.h b/korn/maildrop.h index 460f0afff..e0f1a46d1 100644 --- a/korn/maildrop.h +++ b/korn/maildrop.h @@ -13,8 +13,8 @@ class Protocol; -class KConfigBase; -class KConfigGroup; +class TDEConfigBase; +class TDEConfigGroup; class KDropCfgDialog; class TQColor; class KornMailSubject; @@ -150,7 +150,7 @@ class KMailDrop : public TQObject *@param cfg A configuration object with the group already * set to the configuration for this box */ - virtual void readGeneralConfigGroup( const KConfigBase& cfg ); + virtual void readGeneralConfigGroup( const TDEConfigBase& cfg ); /** * Read box configuration from a config group. Subclasses that @@ -160,7 +160,7 @@ class KMailDrop : public TQObject * the configuration for this box. * @return true if read was successful, false otherwise. */ - virtual bool readConfigGroup( const KConfigBase& cfg ); + virtual bool readConfigGroup( const TDEConfigBase& cfg ); virtual bool readConfigGroup( const TQMap< TQString, TQString > &, const Protocol * ) { return true; } /** @@ -171,7 +171,7 @@ class KMailDrop : public TQObject * the configuration for this box. * @return true if read was successful, false otherwise. */ - virtual bool writeConfigGroup( KConfigBase& cfg ) const; + virtual bool writeConfigGroup( TDEConfigBase& cfg ) const; /** * Return the type of this monitor, for display and |