summaryrefslogtreecommitdiffstats
path: root/src/tools/qfile.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qfile.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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.