summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/timedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/timedialog.cpp')
-rw-r--r--kstars/kstars/timedialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/timedialog.cpp b/kstars/kstars/timedialog.cpp
index 7a64b5b2..b07b74b9 100644
--- a/kstars/kstars/timedialog.cpp
+++ b/kstars/kstars/timedialog.cpp
@@ -29,10 +29,10 @@
#include "simclock.h"
#include "libkdeedu/extdate/extdatepicker.h"
-TimeDialog::TimeDialog( const KStarsDateTime &now, TQWidget* tqparent )
- : KDialogBase( KDialogBase::Plain, i18n( "set clock to a new time", "Set Time" ), Ok|Cancel, Ok, tqparent )
+TimeDialog::TimeDialog( const KStarsDateTime &now, TQWidget* parent )
+ : KDialogBase( KDialogBase::Plain, i18n( "set clock to a new time", "Set Time" ), Ok|Cancel, Ok, parent )
{
- ksw = (KStars*) tqparent;
+ ksw = (KStars*) parent;
TQFrame *page = plainPage();
vlay = new TQVBoxLayout( page, 2, 2 );