diff options
Diffstat (limited to 'kopete/plugins/translator/translatorguiclient.h')
-rw-r--r-- | kopete/plugins/translator/translatorguiclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/translator/translatorguiclient.h b/kopete/plugins/translator/translatorguiclient.h index e292b0e2..2b5f3393 100644 --- a/kopete/plugins/translator/translatorguiclient.h +++ b/kopete/plugins/translator/translatorguiclient.h @@ -40,7 +40,7 @@ class TranslatorGUIClient : public TQObject , public KXMLGUIClient TQ_OBJECT public: - TranslatorGUIClient( Kopete::ChatSession *tqparent, const char *name=0L); + TranslatorGUIClient( Kopete::ChatSession *parent, const char *name=0L); ~TranslatorGUIClient(); private slots: |