From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- kresources/kolab/kcal/task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kresources/kolab/kcal/task.cpp') diff --git a/kresources/kolab/kcal/task.cpp b/kresources/kolab/kcal/task.cpp index ccbb03e58..fe75845db 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; } -- cgit v1.2.1