diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /korn/dcopdrop.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-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.h | 6 |
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". * |