summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timeunitbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timeunitbox.cpp')
-rw-r--r--kstars/kstars/timeunitbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/timeunitbox.cpp b/kstars/kstars/timeunitbox.cpp
index 0b89f057..49cb9eac 100644
--- a/kstars/kstars/timeunitbox.cpp
+++ b/kstars/kstars/timeunitbox.cpp
@@ -22,8 +22,8 @@
#include <tqpushbutton.h>
-TimeUnitBox::TimeUnitBox(TQWidget *parent, const char *name, bool daysonly )
- : TQVBox( parent, name ) {
+TimeUnitBox::TimeUnitBox(TQWidget *tqparent, const char *name, bool daysonly )
+ : TQVBox( tqparent, name ) {
UpButton = new TQPushButton( "+", this );
UpButton->setMaximumWidth( 22 );