From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- tools/assistant/index.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/assistant/index.cpp') diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp index c2190e6..9e73ceb 100644 --- a/tools/assistant/index.cpp +++ b/tools/assistant/index.cpp @@ -158,7 +158,7 @@ void Index::parseDocument( const QString &filename, int docNum ) { QFile file( filename ); if ( !file.open( IO_ReadOnly ) ) { - tqWarning( "can not open file " + filename ); + qWarning( "can not open file " + filename ); return; } @@ -327,7 +327,7 @@ QString Index::getDocumentTitle( const QString &fileName ) { QFile file( fileName ); if ( !file.open( IO_ReadOnly ) ) { - tqWarning( "cannot open file " + fileName ); + qWarning( "cannot open file " + fileName ); return fileName; } QTextStream s( &file ); @@ -450,7 +450,7 @@ bool Index::searchForPattern( const QStringList &patterns, const QStringList &wo { QFile file( fileName ); if ( !file.open( IO_ReadOnly ) ) { - tqWarning( "cannot open file " + fileName ); + qWarning( "cannot open file " + fileName ); return FALSE; } -- cgit v1.2.3