summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/modcalcprec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/modcalcprec.cpp')
-rw-r--r--kstars/kstars/tools/modcalcprec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/tools/modcalcprec.cpp b/kstars/kstars/tools/modcalcprec.cpp
index ddf71e2e..bd489597 100644
--- a/kstars/kstars/tools/modcalcprec.cpp
+++ b/kstars/kstars/tools/modcalcprec.cpp
@@ -63,7 +63,7 @@ TQString modCalcPrec:: showCurrentEpoch () {
}
double modCalcPrec::setCurrentEpoch () {
- return KStarsDateTime::currentDateTime().epoch();
+ return KStarsDateTime::tqcurrentDateTime().epoch();
}
double modCalcPrec::getEpoch (TQString eName) {