summaryrefslogtreecommitdiffstats
path: root/src/tools/qfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qfile.cpp')
-rw-r--r--src/tools/qfile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qfile.cpp b/src/tools/qfile.cpp
index 1fabc595f..ab5248fe9 100644
--- a/src/tools/qfile.cpp
+++ b/src/tools/qfile.cpp
@@ -50,13 +50,13 @@
# undef truncate
#endif
-#include "qfile.h"
+#include "ntqfile.h"
#ifndef NO_ERRNO_H
#include <errno.h>
#endif
-// Duplicated from qobject.h, but we cannot include qobject.h here since
+// Duplicated from ntqobject.h, but we cannot include ntqobject.h here since
// it causes qmake to not build on irix g++
#define QT_TRANSLATE_NOOP(scope,x) (x)
@@ -78,7 +78,7 @@ public:
extern bool qt_file_access( const TQString& fn, int t );
/*!
- \class TQFile qfile.h
+ \class TQFile ntqfile.h
\reentrant
\brief The TQFile class is an I/O device that operates on files.