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/protocol.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/protocol.h')
-rw-r--r-- | korn/protocol.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; |