summaryrefslogtreecommitdiffstats
path: root/kcron/ktview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktview.cpp')
-rw-r--r--kcron/ktview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktview.cpp b/kcron/ktview.cpp
index 7422aa5..af2b780 100644
--- a/kcron/ktview.cpp
+++ b/kcron/ktview.cpp
@@ -266,7 +266,7 @@ void KTView :: pageHeading (KTListItem* user, KTPrint &printer) const
{
TQFont stnd;
TQString logonInfo;
- TQDateTime now (TQDateTime::tqcurrentDateTime());
+ TQDateTime now (TQDateTime::currentDateTime());
char hostName[20];
gethostname(hostName, 20);