summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/history/historyguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/history/historyguiclient.h')
-rw-r--r--kopete/plugins/history/historyguiclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h
index 792325fc..b48595fc 100644
--- a/kopete/plugins/history/historyguiclient.h
+++ b/kopete/plugins/history/historyguiclient.h
@@ -29,8 +29,9 @@ class KAction;
class HistoryGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
+ TQ_OBJECT
public:
- HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0);
+ HistoryGUIClient(Kopete::ChatSession *tqparent = 0, const char *name = 0);
~HistoryGUIClient();
HistoryLogger *logger() const { return m_logger; }