diff options
Diffstat (limited to 'kplato/kptmilestoneprogresspanel.cc')
-rw-r--r-- | kplato/kptmilestoneprogresspanel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptmilestoneprogresspanel.cc b/kplato/kptmilestoneprogresspanel.cc index 67b88443..b5c1af0a 100644 --- a/kplato/kptmilestoneprogresspanel.cc +++ b/kplato/kptmilestoneprogresspanel.cc @@ -85,7 +85,7 @@ void MilestoneProgressPanelImpl::slotChanged() { void MilestoneProgressPanelImpl::slotFinishedChanged(bool state) { if (state) { if (!finishTime->dateTime().isValid()) { - finishTime->setDateTime(TQDateTime::currentDateTime()); + finishTime->setDateTime(TQDateTime::tqcurrentDateTime()); } } enableWidgets(); |