summaryrefslogtreecommitdiffstats
path: root/src/countdowndialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/countdowndialog.cpp')
-rw-r--r--src/countdowndialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/countdowndialog.cpp b/src/countdowndialog.cpp
index 0e22b36..6abaf90 100644
--- a/src/countdowndialog.cpp
+++ b/src/countdowndialog.cpp
@@ -41,8 +41,8 @@
#include <tqtimer.h>
/*! This is the default constructor of class countDownDialog . */
-countDownDialog::countDownDialog( int timeout, TQWidget *tqparent, const char *name)
- :countdown_Dialog(tqparent, name, false, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
+countDownDialog::countDownDialog( int timeout, TQWidget *parent, const char *name)
+ :countdown_Dialog(parent, name, false, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
{
kdDebugFuncIn(trace);
chancel = false;