summaryrefslogtreecommitdiffstats
path: root/kresources/scalix/shared/scalixbase.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
commit17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch)
treecd0d57c975a55e05aac71794b363748f24625875 /kresources/scalix/shared/scalixbase.cpp
parenta684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff)
downloadtdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz
tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip
Rename additional global TQt functions
Diffstat (limited to 'kresources/scalix/shared/scalixbase.cpp')
-rw-r--r--kresources/scalix/shared/scalixbase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/scalix/shared/scalixbase.cpp b/kresources/scalix/shared/scalixbase.cpp
index 0d305c0af..d40bdb03f 100644
--- a/kresources/scalix/shared/scalixbase.cpp
+++ b/kresources/scalix/shared/scalixbase.cpp
@@ -333,7 +333,7 @@ bool ScalixBase::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;
}
@@ -350,7 +350,7 @@ bool ScalixBase::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;
}