From b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:58 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kopete/libkopete/kautoconfig.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/kautoconfig.cpp') diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index 14c5efaf..e1fcf210 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include @@ -101,8 +101,8 @@ public: } }; -KAutoConfig::KAutoConfig(TDEConfig *kconfig, TQObject *parent, - const char *name) : TQObject(parent, name), config(kconfig) { +KAutoConfig::KAutoConfig(TDEConfig *tdeconfig, TQObject *parent, + const char *name) : TQObject(parent, name), config(tdeconfig) { d = new KAutoConfigPrivate(); } -- cgit v1.2.1