diff options
Diffstat (limited to 'kopete/plugins/autoreplace/autoreplaceplugin.h')
-rw-r--r-- | kopete/plugins/autoreplace/autoreplaceplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/autoreplace/autoreplaceplugin.h b/kopete/plugins/autoreplace/autoreplaceplugin.h index de306a4b..ac8012d0 100644 --- a/kopete/plugins/autoreplace/autoreplaceplugin.h +++ b/kopete/plugins/autoreplace/autoreplaceplugin.h @@ -43,7 +43,7 @@ class AutoReplacePlugin : public Kopete::Plugin public: static AutoReplacePlugin *plugin(); - AutoReplacePlugin( TQObject *tqparent, const char *name, const TQStringList &args ); + AutoReplacePlugin( TQObject *parent, const char *name, const TQStringList &args ); ~AutoReplacePlugin(); private slots: |