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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete/kautoconfig.cpp') diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index c6c0b2c0..14c5efaf 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -64,7 +64,7 @@ public: // Widgets to parse TQPtrList widgets; - // Name of the group that KConfig should be set to for each widget. + // Name of the group that TDEConfig should be set to for each widget. TQMap groups; // Child widgets of widgets to ignore @@ -101,7 +101,7 @@ public: } }; -KAutoConfig::KAutoConfig(KConfig *kconfig, TQObject *parent, +KAutoConfig::KAutoConfig(TDEConfig *kconfig, TQObject *parent, const char *name) : TQObject(parent, name), config(kconfig) { d = new KAutoConfigPrivate(); } -- cgit v1.2.1