summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timestepbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timestepbox.cpp')
-rw-r--r--kstars/kstars/timestepbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/timestepbox.cpp b/kstars/kstars/timestepbox.cpp
index 6b661592..ff956136 100644
--- a/kstars/kstars/timestepbox.cpp
+++ b/kstars/kstars/timestepbox.cpp
@@ -23,8 +23,8 @@
#include "timestepbox.h"
-TimeStepBox::TimeStepBox( TQWidget *parent, const char* name, bool daysonly )
- : TQFrame( parent, name ) {
+TimeStepBox::TimeStepBox( TQWidget *tqparent, const char* name, bool daysonly )
+ : TQFrame( tqparent, name ) {
timeBox = new TimeSpinBox( this, "timebox", daysonly );
unitBox = new TimeUnitBox( this, "unitbox", daysonly );