summaryrefslogtreecommitdiffstats
path: root/kresources/kolab/shared/kolabbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/kolab/shared/kolabbase.cpp')
-rw-r--r--kresources/kolab/shared/kolabbase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/kolab/shared/kolabbase.cpp b/kresources/kolab/shared/kolabbase.cpp
index a0f32529f..167f2566a 100644
--- a/kresources/kolab/shared/kolabbase.cpp
+++ b/kresources/kolab/shared/kolabbase.cpp
@@ -370,7 +370,7 @@ bool KolabBase::load( const TQString& xml )
bool ok = document.setContent( xml, &errorMsg, &errorLine, &errorColumn );
if ( !ok ) {
- qWarning( "Error loading document: %s, line %d, column %d",
+ tqWarning( "Error loading document: %s, line %d, column %d",
errorMsg.latin1(), errorLine, errorColumn );
return false;
}
@@ -387,7 +387,7 @@ bool KolabBase::load( TQFile& xml )
bool ok = document.setContent( &xml, &errorMsg, &errorLine, &errorColumn );
if ( !ok ) {
- qWarning( "Error loading document: %s, line %d, column %d",
+ tqWarning( "Error loading document: %s, line %d, column %d",
errorMsg.latin1(), errorLine, errorColumn );
return false;
}