summaryrefslogtreecommitdiffstats
path: root/kresources/kolab/kcal/task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/kolab/kcal/task.cpp')
-rw-r--r--kresources/kolab/kcal/task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/kolab/kcal/task.cpp b/kresources/kolab/kcal/task.cpp
index ccbb03e5..fe75845d 100644
--- a/kresources/kolab/kcal/task.cpp
+++ b/kresources/kolab/kcal/task.cpp
@@ -327,7 +327,7 @@ bool Task::loadXML( const TQDomDocument& document )
TQDomElement top = document.documentElement();
if ( top.tagName() != "task" ) {
- qWarning( "XML error: Top tag was %s instead of the expected task",
+ tqWarning( "XML error: Top tag was %s instead of the expected task",
top.tagName().ascii() );
return false;
}