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/kautoconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/libkopete/kautoconfig.h') diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index 0aecd380..b582e85a 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -25,7 +25,7 @@ #include "kopete_export.h" -class KConfig; +class TDEConfig; class TQWidget; /** @@ -119,12 +119,12 @@ signals: public: /** * Constructor. - * @param kconfig - KConfig to use when retrieving/saving the widgets + * @param kconfig - TDEConfig to use when retrieving/saving the widgets * that KAutoConfig knows about. * @param parent - Parent object. * @param name - Object name. */ - KAutoConfig( KConfig *kconfig, TQObject *parent=0, const char *name=0 ); + KAutoConfig( TDEConfig *kconfig, TQObject *parent=0, const char *name=0 ); /** * Constructor. @@ -243,9 +243,9 @@ public slots: protected: /** - * KConfigBase object used to get/save values. + * TDEConfigBase object used to get/save values. */ - KConfig *config; + TDEConfig *config; /** * Map of the classes and the signals that they emit when changed. */ -- cgit v1.2.1