From b836ed566cdce05ae8408705487cd10a423f3a90 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:28:18 -0600 Subject: Rename old tq methods that no longer need a unique name --- kcron/ktview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcron/ktview.cpp') 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); -- cgit v1.2.1