summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqfileinfo.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/tools/ntqfileinfo.h
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt-69d87202.tar.gz
tqt-69d87202.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/ntqfileinfo.h')
-rw-r--r--src/tools/ntqfileinfo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/ntqfileinfo.h b/src/tools/ntqfileinfo.h
index 28f2aea98..3924a13fa 100644
--- a/src/tools/ntqfileinfo.h
+++ b/src/tools/ntqfileinfo.h
@@ -64,7 +64,7 @@ public:
TQFileInfo();
TQFileInfo( const TQString &file );
TQFileInfo( const TQFile & );
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQFileInfo( const TQDir &, const TQString &fileName );
#endif
TQFileInfo( const TQFileInfo & );
@@ -74,7 +74,7 @@ public:
void setFile( const TQString &file );
void setFile( const TQFile & );
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
void setFile( const TQDir &, const TQString &fileName );
#endif
bool exists() const;
@@ -84,16 +84,16 @@ public:
TQString filePath() const;
TQString fileName() const;
-#ifndef QT_NO_DIR //###
+#ifndef TQT_NO_DIR //###
TQString absFilePath() const;
#endif
TQString baseName( bool complete = FALSE ) const;
TQString extension( bool complete = TRUE ) const;
-#ifndef QT_NO_DIR //###
+#ifndef TQT_NO_DIR //###
TQString dirPath( bool absPath = FALSE ) const;
#endif
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQDir dir( bool absPath = FALSE ) const;
#endif
bool isReadable() const;
@@ -101,7 +101,7 @@ public:
bool isExecutable() const;
bool isHidden() const;
-#ifndef QT_NO_DIR //###
+#ifndef TQT_NO_DIR //###
bool isRelative() const;
bool convertToAbs();
#endif