summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qfile.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qfile.3qt')
-rw-r--r--doc/man/man3/qfile.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qfile.3qt b/doc/man/man3/qfile.3qt
index 841ef89f..b06be825 100644
--- a/doc/man/man3/qfile.3qt
+++ b/doc/man/man3/qfile.3qt
@@ -258,7 +258,7 @@ The returned strings are not translated with the QObject::tr() or QApplication::
.br
tr("Open failed"),
.br
- tr("Could not open file for reading: %1").arg( qApp->translate("QFile",f.errorString()) )
+ tr("Could not open file for reading: %1").arg( tqApp->translate("QFile",f.errorString()) )
.br
);
.br