summaryrefslogtreecommitdiffstats
path: root/kcron/ktlistcron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktlistcron.cpp')
-rw-r--r--kcron/ktlistcron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktlistcron.cpp b/kcron/ktlistcron.cpp
index 05dadb3..9379c3d 100644
--- a/kcron/ktlistcron.cpp
+++ b/kcron/ktlistcron.cpp
@@ -61,7 +61,7 @@ void KTListCron::print (KTPrint& printer) const
userInfo = TQString::fromLocal8Bit(getCTCron()->name.c_str());
KTListItem* ktli = (KTListItem*)this->firstChild();
- Q_CHECK_PTR(ktli);
+ TQ_CHECK_PTR(ktli);
while (ktli) {
ktli->print(printer);
ktli = (KTListItem*)ktli->nextSibling();