summaryrefslogtreecommitdiffstats
path: root/kcron/ktlistvars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktlistvars.cpp')
-rw-r--r--kcron/ktlistvars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktlistvars.cpp b/kcron/ktlistvars.cpp
index 567d3d1..cf4a6d1 100644
--- a/kcron/ktlistvars.cpp
+++ b/kcron/ktlistvars.cpp
@@ -73,7 +73,7 @@ void KTListVars::print(KTPrint& printer) const
printer.setFont(stnd);
- //firstChild() does not return null if there are no tqchildren, therefore
+ //firstChild() does not return null if there are no children, therefore
//we need to check the validation of the pointer without terminating
//the application. This maybe a bug in QT 1.44