summaryrefslogtreecommitdiffstats
path: root/conduits/timeconduit/time-conduit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/timeconduit/time-conduit.cc')
-rw-r--r--conduits/timeconduit/time-conduit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/timeconduit/time-conduit.cc b/conduits/timeconduit/time-conduit.cc
index 20000e5..76798db 100644
--- a/conduits/timeconduit/time-conduit.cc
+++ b/conduits/timeconduit/time-conduit.cc
@@ -83,7 +83,7 @@ void TimeConduit::readConfig()
{
#ifdef DEBUG
DEBUGKPILOT << fname << ": Would have set time to "
- << TQDateTime::tqcurrentDateTime().toString() << endl;
+ << TQDateTime::currentDateTime().toString() << endl;
#endif
return delayDone();
}