diff options
Diffstat (limited to 'kopete/plugins/latex/latexguiclient.h')
-rw-r--r-- | kopete/plugins/latex/latexguiclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h index c8ca9e99..03fdbd9e 100644 --- a/kopete/plugins/latex/latexguiclient.h +++ b/kopete/plugins/latex/latexguiclient.h @@ -20,7 +20,7 @@ #ifndef TRANSLATORGUICLIENT_H #define TRANSLATORGUICLIENT_H -#include <qobject.h> +#include <tqobject.h> #include <kxmlguiclient.h> #include <kio/job.h> @@ -34,7 +34,7 @@ namespace Kopete { class ChatSession; } * @author Olivier Goffart <ogoffart @ kde.org> */ -class LatexGUIClient : public QObject , public KXMLGUIClient +class LatexGUIClient : public TQObject , public KXMLGUIClient { Q_OBJECT |