summaryrefslogtreecommitdiffstats
path: root/korn/dcopdrop.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /korn/dcopdrop.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 ed695372f..cd3cd7908 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".
*