summaryrefslogtreecommitdiffstats
path: root/korn/dcopdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dcopdrop.h')
-rw-r--r--korn/dcopdrop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/dcopdrop.h b/korn/dcopdrop.h
index ed695372..cd3cd790 100644
--- a/korn/dcopdrop.h
+++ b/korn/dcopdrop.h
@@ -28,7 +28,7 @@ class DCOPDropInterface;
class KornMailId;
class KornMailSubject;
-class KConfigBase;
+class TDEConfigBase;
template<class A, class B> class TQMap;
class TQString;
@@ -97,7 +97,7 @@ public:
* @param config The configuration group which contains the info for this account.
* @return The same value as KMailDrop::readConfigGroup( config ) returns.
*/
- virtual bool readConfigGroup( const KConfigGroup& config );
+ virtual bool readConfigGroup( const TDEConfigGroup& config );
/**
* This function also reeds the configurion, but from a mapping.
*
@@ -113,7 +113,7 @@ public:
* @param config The configuration to write true
* @return true if no error occured.
*/
- virtual bool writeConfigGroup( KConfigBase& config ) const;
+ virtual bool writeConfigGroup( TDEConfigBase& config ) const;
/**
* This returns the type of the box, in this case allways "dcop".
*