summaryrefslogtreecommitdiffstats
path: root/kcron/ktlisttasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktlisttasks.cpp')
-rw-r--r--kcron/ktlisttasks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktlisttasks.cpp b/kcron/ktlisttasks.cpp
index e35f053..88e344e 100644
--- a/kcron/ktlisttasks.cpp
+++ b/kcron/ktlisttasks.cpp
@@ -88,7 +88,7 @@ void KTListTasks::print (KTPrint& printer) const
}
KTListItem* ktli = (KTListItem*)this->firstChild();
- Q_CHECK_PTR(ktli);
+ TQ_CHECK_PTR(ktli);
while (ktli) {
ktli->print(printer);