summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/simclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/simclock.h')
-rw-r--r--kstars/kstars/simclock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/simclock.h b/kstars/kstars/simclock.h
index d652c304..a4b16787 100644
--- a/kstars/kstars/simclock.h
+++ b/kstars/kstars/simclock.h
@@ -40,7 +40,7 @@ class SimClock : public TQObject, public SimClockInterface {
* @param parent parent object for the clock
* @param when the date/time to which the SimClock should be initialized in UTC
*/
- SimClock(TQObject *parent = 0, const KStarsDateTime &when = KStarsDateTime::currentDateTime() );
+ SimClock(TQObject *parent = 0, const KStarsDateTime &when = KStarsDateTime::tqcurrentDateTime() );
/**
* Constructor
* @param old a SimClock to initialize from.