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/event.cpp | 2 +- kresources/kolab/kcal/journal.cpp | 6 +++--- kresources/kolab/kcal/task.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kresources/kolab/kcal') diff --git a/kresources/kolab/kcal/event.cpp b/kresources/kolab/kcal/event.cpp index 5f85cde22..c15c567d8 100644 --- a/kresources/kolab/kcal/event.cpp +++ b/kresources/kolab/kcal/event.cpp @@ -157,7 +157,7 @@ bool Event::loadXML( const TQDomDocument& document ) TQDomElement top = document.documentElement(); if ( top.tagName() != "event" ) { - qWarning( "XML error: Top tag was %s instead of the expected event", + tqWarning( "XML error: Top tag was %s instead of the expected event", top.tagName().ascii() ); return false; } diff --git a/kresources/kolab/kcal/journal.cpp b/kresources/kolab/kcal/journal.cpp index 4957927a3..acfc4e71d 100644 --- a/kresources/kolab/kcal/journal.cpp +++ b/kresources/kolab/kcal/journal.cpp @@ -129,7 +129,7 @@ bool Journal::loadXML( const TQDomDocument& document ) TQDomElement top = document.documentElement(); if ( top.tagName() != "journal" ) { - qWarning( "XML error: Top tag was %s instead of the expected Journal", + tqWarning( "XML error: Top tag was %s instead of the expected Journal", top.tagName().ascii() ); return false; } @@ -141,10 +141,10 @@ bool Journal::loadXML( const TQDomDocument& document ) TQDomElement e = n.toElement(); if ( !loadAttribute( e ) ) { // Unhandled tag - save for later storage - //qDebug( "Unhandled tag: %s", e.toCString().data() ); + //tqDebug( "Unhandled tag: %s", e.toCString().data() ); } } else - qDebug( "Node is not a comment or an element???" ); + tqDebug( "Node is not a comment or an element???" ); } return true; 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