summaryrefslogtreecommitdiffstats
path: root/kresources/kolab/kcal/journal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/kolab/kcal/journal.cpp')
-rw-r--r--kresources/kolab/kcal/journal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/kolab/kcal/journal.cpp b/kresources/kolab/kcal/journal.cpp
index 4957927a..acfc4e71 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;