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 --- libkpimidentities/identity.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libkpimidentities/identity.h') diff --git a/libkpimidentities/identity.h b/libkpimidentities/identity.h index 7139b753a..4d6eeed09 100644 --- a/libkpimidentities/identity.h +++ b/libkpimidentities/identity.h @@ -20,7 +20,7 @@ namespace KPIM { class Identity; class Signature; } -class KConfigBase; +class TDEConfigBase; class IdentityList; class TQDataStream; @@ -72,8 +72,8 @@ public: void setType( Type type ) { mType = type; } protected: - void writeConfig( KConfigBase * config ) const; - void readConfig( const KConfigBase * config ); + void writeConfig( TDEConfigBase * config ) const; + void readConfig( const TDEConfigBase * config ); private: TQString textFromFile( bool * ok ) const; @@ -136,12 +136,12 @@ public: protected: /** Read configuration from config. Group must be preset (or use - KConfigGroup). Called from IdentityManager. */ - void readConfig( const KConfigBase * ); + TDEConfigGroup). Called from IdentityManager. */ + void readConfig( const TDEConfigBase * ); /** Write configuration to config. Group must be preset (or use - KConfigGroup). Called from IdentityManager. */ - void writeConfig( KConfigBase * ) const; + TDEConfigGroup). Called from IdentityManager. */ + void writeConfig( TDEConfigBase * ) const; public: /** Tests if there are enough values set to allow mailing */ -- cgit v1.2.1