diff options
Diffstat (limited to 'src/countdowndialog.h')
-rw-r--r-- | src/countdowndialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/countdowndialog.h b/src/countdowndialog.h index f23cae4..91027d6 100644 --- a/src/countdowndialog.h +++ b/src/countdowndialog.h @@ -41,7 +41,7 @@ class countDownDialog: public countdown_Dialog { public: //! default constructor - countDownDialog(int timeout, TQWidget *tqparent = 0, const char *name = 0); + countDownDialog(int timeout, TQWidget *parent = 0, const char *name = 0); //! default destructor ~countDownDialog(); |