diff options
Diffstat (limited to 'kopete/libkopete/kautoconfig.h')
-rw-r--r-- | kopete/libkopete/kautoconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index c63fcd25..ea781976 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -121,19 +121,19 @@ public: * Constructor. * @param kconfig - KConfig to use when retrieving/saving the widgets * that KAutoConfig knows about. - * @param tqparent - Parent object. + * @param parent - Parent object. * @param name - Object name. */ - KAutoConfig( KConfig *kconfig, TQObject *tqparent=0, const char *name=0 ); + KAutoConfig( KConfig *kconfig, TQObject *parent=0, const char *name=0 ); /** * Constructor. * Uses KGlobal::config() when retrieving/saving the widgets that * KAutoConfig knows about. - * @param tqparent - Parent object. + * @param parent - Parent object. * @param name - Object name. */ - KAutoConfig( TQObject *tqparent=0, const char *name=0 ); + KAutoConfig( TQObject *parent=0, const char *name=0 ); /** * Destructor. Deletes private class. |