diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:36:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:36:20 -0600 |
commit | f21aaec952493cb5688c73de6e82a569ddbd7fb2 (patch) | |
tree | 78ccb5117063da3e08e3277e11054b912a9f2ae7 /kopete/libkopete/kopeteaccount.h | |
parent | c48e769eb275917717e2b55eb869f7e559293ac8 (diff) | |
download | tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.tar.gz tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kopete/libkopete/kopeteaccount.h')
-rw-r--r-- | kopete/libkopete/kopeteaccount.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h index 854890af..1cf045d2 100644 --- a/kopete/libkopete/kopeteaccount.h +++ b/kopete/libkopete/kopeteaccount.h @@ -28,7 +28,7 @@ class TQDomNode; class KActionMenu; -class KConfigGroup; +class TDEConfigGroup; namespace Kopete { @@ -55,7 +55,7 @@ class BlackLister; * the user tied to this account. You must create this contact in the contructor of your * account and pass it to @ref setMyself(). * - * All account data is saved to @ref KConfig. This includes the accountId, the autoconnect flag and + * All account data is saved to @ref TDEConfig. This includes the accountId, the autoconnect flag and * the color. You can save more data using @ref configGroup() * * When you create a new account, you have to register it with the account manager by calling @@ -307,14 +307,14 @@ public: bool isAway() const; /** - * Return the @ref KConfigGroup used to write and read special properties + * Return the @ref TDEConfigGroup used to write and read special properties * * "Protocol", "AccountId" , "Color", "AutoConnect", "Priority", "Enabled" , "Icon" are reserved keyword * already in use in that group. * * for compatibility, try to not use key that start with a uppercase */ - KConfigGroup *configGroup() const; + TDEConfigGroup *configGroup() const; /** * @brief Remove the account from the server. @@ -434,7 +434,7 @@ signals: private: /** * @internal - * Reads the configuration information of the account from KConfig. + * Reads the configuration information of the account from TDEConfig. */ void readConfig(); |