summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/invitedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/invitedialog.h')
-rw-r--r--krfb/krfb/invitedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krfb/krfb/invitedialog.h b/krfb/krfb/invitedialog.h
index a1de109b..6ce32097 100644
--- a/krfb/krfb/invitedialog.h
+++ b/krfb/krfb/invitedialog.h
@@ -27,9 +27,10 @@ class InviteWidget;
class InviteDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- InviteDialog( TQWidget *parent, const char *name );
+ InviteDialog( TQWidget *tqparent, const char *name );
~InviteDialog() {}
void enableInviteButton( bool enable );