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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete/kautoconfig.h') diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index b582e85a..1779f174 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -119,12 +119,12 @@ signals: public: /** * Constructor. - * @param kconfig - TDEConfig to use when retrieving/saving the widgets + * @param tdeconfig - TDEConfig to use when retrieving/saving the widgets * that KAutoConfig knows about. * @param parent - Parent object. * @param name - Object name. */ - KAutoConfig( TDEConfig *kconfig, TQObject *parent=0, const char *name=0 ); + KAutoConfig( TDEConfig *tdeconfig, TQObject *parent=0, const char *name=0 ); /** * Constructor. -- cgit v1.2.1