diff options
Diffstat (limited to 'kdat/OptionsDlg.h')
-rw-r--r-- | kdat/OptionsDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/OptionsDlg.h b/kdat/OptionsDlg.h index 9e62fd7..1f7dcd5 100644 --- a/kdat/OptionsDlg.h +++ b/kdat/OptionsDlg.h @@ -41,7 +41,7 @@ public: * @param parent The parent widget of the dialog. * @param name The name of the dialog. */ - OptionsDlg( QWidget* parent = 0, const char* name = 0 ); + OptionsDlg( TQWidget* parent = 0, const char* name = 0 ); /** * Destroy the options dialog. @@ -50,7 +50,7 @@ public: private: bool configChanged; OptionsDlgWidget *_baseWidget; - QPushButton* apply; + TQPushButton* apply; }; #endif |