From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/tools/qfile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qfile.cpp') 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 #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. -- cgit v1.2.1