diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:59 -0600 |
commit | 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (patch) | |
tree | ea24a96bad3bb7356ec1a2dca2a1338692d79745 /libtdegames/kchatbase.h | |
parent | d6f3812c8d969a673b420beca2482804177704fb (diff) | |
download | tdegames-2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d.tar.gz tdegames-2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libtdegames/kchatbase.h')
-rw-r--r-- | libtdegames/kchatbase.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libtdegames/kchatbase.h b/libtdegames/kchatbase.h index 5c28f6a7..4c264472 100644 --- a/libtdegames/kchatbase.h +++ b/libtdegames/kchatbase.h @@ -27,7 +27,7 @@ #include <kdemacros.h> class TQListBoxItem; -class KConfig; +class TDEConfig; class KChatBaseTextPrivate; @@ -361,22 +361,22 @@ public: const TQFont& systemMessageFont() const; /** - * Save the configuration of the dialog to a KConfig object. If - * the supplied KConfig pointer is NULL then kapp->config() is used + * Save the configuration of the dialog to a TDEConfig object. If + * the supplied TDEConfig pointer is NULL then kapp->config() is used * instead (and the group is changed to "KChatBase") butr the current * group is restored at the end. - * @param conf A pointer to the KConfig object to save the config + * @param conf A pointer to the TDEConfig object to save the config * to. If you use 0 then kapp->config() is used and the group is changed * to "KChatBase" (the current group is restored at the end). **/ - virtual void saveConfig(KConfig* conf = 0); + virtual void saveConfig(TDEConfig* conf = 0); /** - * Read the configuration from a KConfig object. If the pointer is + * Read the configuration from a TDEConfig object. If the pointer is * NULL kapp->config() is used and the group is changed to "KChatBase". - * The current KConfig::group is restored after this call. + * The current TDEConfig::group is restored after this call. **/ - virtual void readConfig(KConfig* conf = 0); + virtual void readConfig(TDEConfig* conf = 0); /** * Set the maximum number of items in the list. If the number of item |