summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/history/historyplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/history/historyplugin.h')
-rw-r--r--kopete/plugins/history/historyplugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/history/historyplugin.h b/kopete/plugins/history/historyplugin.h
index 63e2c87b..8c0f553d 100644
--- a/kopete/plugins/history/historyplugin.h
+++ b/kopete/plugins/history/historyplugin.h
@@ -18,9 +18,9 @@
#ifndef HISTORYPLUGIN_H
#define HISTORYPLUGIN_H
-#include <qobject.h>
-#include <qmap.h>
-#include <qstring.h>
+#include <tqobject.h>
+#include <tqmap.h>
+#include <tqstring.h>
#include "kopeteplugin.h"
@@ -75,7 +75,7 @@ class HistoryPlugin : public Kopete::Plugin
{
Q_OBJECT
public:
- HistoryPlugin( QObject *parent, const char *name, const QStringList &args );
+ HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args );
~HistoryPlugin();
/**
@@ -97,7 +97,7 @@ class HistoryPlugin : public Kopete::Plugin
private:
HistoryMessageLoggerFactory m_loggerFactory;
- QMap<Kopete::ChatSession*,HistoryGUIClient*> m_loggers;
+ TQMap<Kopete::ChatSession*,HistoryGUIClient*> m_loggers;
Kopete::Message m_lastmessage;
};