summaryrefslogtreecommitdiffstats
path: root/krdc/maindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/maindialog.h')
-rw-r--r--krdc/maindialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krdc/maindialog.h b/krdc/maindialog.h
index 79a3c932..240dc8b2 100644
--- a/krdc/maindialog.h
+++ b/krdc/maindialog.h
@@ -27,8 +27,9 @@ class MainDialogWidget;
class MainDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainDialog( TQWidget *parent, const char *name=0 );
+ MainDialog( TQWidget *tqparent, const char *name=0 );
~MainDialog() {}
void setRemoteHost( const TQString & );