diff options
Diffstat (limited to 'kopete/plugins/latex/latexplugin.h')
-rw-r--r-- | kopete/plugins/latex/latexplugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h index 2eb9365b..5413626f 100644 --- a/kopete/plugins/latex/latexplugin.h +++ b/kopete/plugins/latex/latexplugin.h @@ -42,11 +42,12 @@ namespace Kopete { class Message; class ChatSession; } class LatexPlugin : public Kopete::Plugin { Q_OBJECT + TQ_OBJECT public: static LatexPlugin *plugin(); - LatexPlugin( TQObject *parent, const char *name, const TQStringList &args ); + LatexPlugin( TQObject *tqparent, const char *name, const TQStringList &args ); ~LatexPlugin(); public slots: |