diff options
Diffstat (limited to 'kopete/plugins/history/historyguiclient.h')
-rw-r--r-- | kopete/plugins/history/historyguiclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h index 3c09eaf4..356afe29 100644 --- a/kopete/plugins/history/historyguiclient.h +++ b/kopete/plugins/history/historyguiclient.h @@ -29,7 +29,7 @@ class KAction; class HistoryGUIClient : public TQObject , public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0); ~HistoryGUIClient(); |