summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:01 -0600
commite5b670cbaceda728b0e0a92e9783aafe263da96e (patch)
tree0395ef94bdcfe5aa4adae6457c36a7167aa28926 /src/modules/help/index.cpp
parentdf86ea75da6b07869c15383cab0cc0d700370b9e (diff)
downloadkvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.tar.gz
kvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.zip
Rename additional global TQt functions
Diffstat (limited to 'src/modules/help/index.cpp')
-rwxr-xr-xsrc/modules/help/index.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index d77e6fed..3aa8d408 100755
--- a/src/modules/help/index.cpp
+++ b/src/modules/help/index.cpp
@@ -156,7 +156,7 @@ void Index::parseDocument( const TQString &filename, int docNum )
{
KviFile file( filename );
if ( !file.openForReading() ) {
- qWarning( "can not open file " + filename );
+ tqWarning( "can not open file " + filename );
return;
}
TQTextStream s( &file );
@@ -452,7 +452,7 @@ TQString Index::getDocumentTitle( const TQString &fileName )
if ( !file.openForReading() ) {
- qWarning( "cannot open file " + fileName );
+ tqWarning( "cannot open file " + fileName );
return fileName;
@@ -701,7 +701,7 @@ bool Index::searchForPattern( const TQStringList &patterns, const TQStringList &
if ( !file.openForReading() ) {
- qWarning( "cannot open file " + fileName );
+ tqWarning( "cannot open file " + fileName );
return FALSE;