diff options
Diffstat (limited to 'krdc/preferencesdialog.h')
-rw-r--r-- | krdc/preferencesdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krdc/preferencesdialog.h b/krdc/preferencesdialog.h index 46e79024..fa927a39 100644 --- a/krdc/preferencesdialog.h +++ b/krdc/preferencesdialog.h @@ -33,9 +33,10 @@ class RdpPrefs; class PreferencesDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - PreferencesDialog( TQWidget *parent, const char *name=0 ); + PreferencesDialog( TQWidget *tqparent, const char *name=0 ); ~PreferencesDialog() {}; protected slots: |