diff options
Diffstat (limited to 'kopete/plugins/latex/latexguiclient.h')
-rw-r--r-- | kopete/plugins/latex/latexguiclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h index 03fdbd9e..6807ccb8 100644 --- a/kopete/plugins/latex/latexguiclient.h +++ b/kopete/plugins/latex/latexguiclient.h @@ -37,9 +37,10 @@ namespace Kopete { class ChatSession; } class LatexGUIClient : public TQObject , public KXMLGUIClient { Q_OBJECT + TQ_OBJECT public: - LatexGUIClient( Kopete::ChatSession *parent, const char *name=0L); + LatexGUIClient( Kopete::ChatSession *tqparent, const char *name=0L); ~LatexGUIClient(); private slots: |