summaryrefslogtreecommitdiffstats
path: root/krdc/maindialogwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/maindialogwidget.h')
-rw-r--r--krdc/maindialogwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krdc/maindialogwidget.h b/krdc/maindialogwidget.h
index 4d7918b6..254cb755 100644
--- a/krdc/maindialogwidget.h
+++ b/krdc/maindialogwidget.h
@@ -30,9 +30,10 @@
class MainDialogWidget : public MainDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainDialogWidget( TQWidget *parent, const char *name );
+ MainDialogWidget( TQWidget *tqparent, const char *name );
~MainDialogWidget();
void setRemoteHost( const TQString & );