diff options
Diffstat (limited to 'plugins/scheduler/bwscheduler.cpp')
-rw-r--r-- | plugins/scheduler/bwscheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scheduler/bwscheduler.cpp b/plugins/scheduler/bwscheduler.cpp index a669360..a8b41af 100644 --- a/plugins/scheduler/bwscheduler.cpp +++ b/plugins/scheduler/bwscheduler.cpp @@ -160,7 +160,7 @@ namespace kt if(!m_enabled) return; - TQDateTime now = TQDateTime::tqcurrentDateTime(); + TQDateTime now = TQDateTime::currentDateTime(); TQString prefix = TQString("BWS: %1 :: ").tqarg(now.toString()); |