summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h')
-rw-r--r--kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h b/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h
index 529ceaa3..20cb28e6 100644
--- a/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h
+++ b/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h
@@ -31,8 +31,9 @@ This is the dialog that is shown when you receive an invitation to chat.
class ReceiveInvitationDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ReceiveInvitationDialog( GroupWiseAccount * account, const ConferenceEvent & event, TQWidget *parent, const char *name );
+ ReceiveInvitationDialog( GroupWiseAccount * account, const ConferenceEvent & event, TQWidget *tqparent, const char *name );
~ReceiveInvitationDialog();
signals:
void invitationAccepted( bool, const GroupWise::ConferenceGuid & guid );