diff options
Diffstat (limited to 'kopete/plugins/netmeeting/netmeetingguiclient.h')
-rw-r--r-- | kopete/plugins/netmeeting/netmeetingguiclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/netmeeting/netmeetingguiclient.h b/kopete/plugins/netmeeting/netmeetingguiclient.h index c847a5cd..5c337431 100644 --- a/kopete/plugins/netmeeting/netmeetingguiclient.h +++ b/kopete/plugins/netmeeting/netmeetingguiclient.h @@ -34,9 +34,10 @@ class NetMeetingPlugin; class NetMeetingGUIClient : public TQObject , public KXMLGUIClient { Q_OBJECT + TQ_OBJECT public: - NetMeetingGUIClient( MSNChatSession *parent, const char *name=0L); + NetMeetingGUIClient( MSNChatSession *tqparent, const char *name=0L); ~NetMeetingGUIClient(); private slots: |