summaryrefslogtreecommitdiffstats
path: root/doc/html/qstringlist-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/qstringlist-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/qstringlist-h.html')
-rw-r--r--doc/html/qstringlist-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qstringlist-h.html b/doc/html/qstringlist-h.html
index 1ef2b194..90b19186 100644
--- a/doc/html/qstringlist-h.html
+++ b/doc/html/qstringlist-h.html
@@ -83,7 +83,7 @@ body { background: #ffffff; color: black; }
#include "ntqstrlist.h"
#endif // QT_H
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
class TQRegExp;
template &lt;class T&gt; class TQDeepCopy;
@@ -101,7 +101,7 @@ public:
TQStringList( const TQStringList&amp; l ) : TQValueList&lt;TQString&gt;(l) { }
TQStringList( const TQValueList&lt;TQString&gt;&amp; l ) : TQValueList&lt;TQString&gt;(l) { }
TQStringList( const TQString&amp; i ) { append(i); }
-#ifndef QT_NO_CAST_ASCII
+#ifndef TQT_NO_CAST_ASCII
TQStringList( const char* i ) { append(i); }
#endif
@@ -111,19 +111,19 @@ public:
static TQStringList split( const TQString &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
static TQStringList split( const TQChar &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
static TQStringList split( const TQRegExp &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
#endif
TQString join( const TQString &amp;sep ) const;
TQStringList grep( const TQString &amp;str, bool cs = TRUE ) const;
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
TQStringList grep( const TQRegExp &amp;expr ) const;
#endif
TQStringList&amp; gres( const TQString &amp;before, const TQString &amp;after,
bool cs = TRUE );
-#ifndef QT_NO_REGEXP_CAPTURE
+#ifndef TQT_NO_REGEXP_CAPTURE
TQStringList&amp; gres( const TQRegExp &amp;expr, const TQString &amp;after );
#endif
@@ -132,13 +132,13 @@ protected:
friend class TQDeepCopy&lt; TQStringList &gt;;
};
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
class TQDataStream;
extern Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQStringList&amp; );
extern Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQStringList&amp; );
#endif
-#endif // QT_NO_STRINGLIST
+#endif // TQT_NO_STRINGLIST
#endif // TQSTRINGLIST_H
</pre>
<!-- eof -->