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/protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/protocol.h') diff --git a/korn/protocol.h b/korn/protocol.h index c5caca28a..700cd5979 100644 --- a/korn/protocol.h +++ b/korn/protocol.h @@ -21,7 +21,7 @@ #define PROTOCOL_H class AccountInput; -class KConfigGroup; +class TDEConfigGroup; class KIO_Protocol; class KMailDrop; @@ -42,9 +42,9 @@ public: Protocol() {} virtual ~Protocol() {} - virtual const Protocol* getProtocol( KConfigGroup* ) const = 0; - virtual KMailDrop* createMaildrop( KConfigGroup* ) const = 0; - virtual TQMap< TQString, TQString > * createConfig( KConfigGroup* config, const TQString& password ) const = 0; + virtual const Protocol* getProtocol( TDEConfigGroup* ) const = 0; + virtual KMailDrop* createMaildrop( TDEConfigGroup* ) const = 0; + virtual TQMap< TQString, TQString > * createConfig( TDEConfigGroup* config, const TQString& password ) const = 0; virtual TQString configName() const { return "not specified"; } virtual void configFillGroupBoxes( TQStringList* ) const = 0; -- cgit v1.2.1