diff options
Diffstat (limited to 'src/tools/qfile.cpp')
| -rw-r--r-- | src/tools/qfile.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qfile.cpp b/src/tools/qfile.cpp index dc0a2427e..78c08c7dd 100644 --- a/src/tools/qfile.cpp +++ b/src/tools/qfile.cpp @@ -681,7 +681,7 @@ void TQFile::setDecodingFunction( DecoderFn f )  	    TQMessageBox::critical(  		this,  		tr("Open failed"), -		tr("Could not open file for reading: %1").arg( qApp->translate("TQFile",f.errorString()) ) +		tr("Could not open file for reading: %1").arg( tqApp->translate("TQFile",f.errorString()) )  		);  	    return;  	}  | 
