summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/translator/translatorguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/translator/translatorguiclient.h')
-rw-r--r--kopete/plugins/translator/translatorguiclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/translator/translatorguiclient.h b/kopete/plugins/translator/translatorguiclient.h
index 32ff015f..68cb4fa7 100644
--- a/kopete/plugins/translator/translatorguiclient.h
+++ b/kopete/plugins/translator/translatorguiclient.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 TranslatorGUIClient : public QObject , public KXMLGUIClient
+class TranslatorGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
@@ -44,7 +44,7 @@ public:
private slots:
void slotTranslateChat();
- void messageTranslated(const QVariant&);
+ void messageTranslated(const TQVariant&);
private:
Kopete::ChatSession *m_manager;