summaryrefslogtreecommitdiffstats
path: root/doc/html/qfileinfo-h.html
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 /doc/html/qfileinfo-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qfileinfo-h.html')
-rw-r--r--doc/html/qfileinfo-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qfileinfo-h.html b/doc/html/qfileinfo-h.html
index 850d750c0..28cba3a8d 100644
--- a/doc/html/qfileinfo-h.html
+++ b/doc/html/qfileinfo-h.html
@@ -100,7 +100,7 @@ public:
TQFileInfo();
TQFileInfo( const TQString &amp;file );
TQFileInfo( const TQFile &amp; );
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQFileInfo( const TQDir &amp;, const TQString &amp;fileName );
#endif
TQFileInfo( const TQFileInfo &amp; );
@@ -110,7 +110,7 @@ public:
void setFile( const TQString &amp;file );
void setFile( const TQFile &amp; );
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
void setFile( const TQDir &amp;, const TQString &amp;fileName );
#endif
bool exists() const;
@@ -120,16 +120,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;
@@ -137,7 +137,7 @@ public:
bool isExecutable() const;
bool isHidden() const;
-#ifndef QT_NO_DIR //###
+#ifndef TQT_NO_DIR //###
bool isRelative() const;
bool convertToAbs();
#endif