From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kopete/libkopete/kopeteaccount.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/libkopete/kopeteaccount.h') 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(); -- cgit v1.2.1