diff options
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 |