From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korn/dcopdrop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korn/dcopdrop.h') 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 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". * -- cgit v1.2.1