summaryrefslogtreecommitdiffstats
path: root/doc/html/qstringlist-h.html
diff options
context:
space:
mode:
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 <class T> class TQDeepCopy;
@@ -101,7 +101,7 @@ public:
TQStringList( const TQStringList& l ) : TQValueList<TQString>(l) { }
TQStringList( const TQValueList<TQString>& l ) : TQValueList<TQString>(l) { }
TQStringList( const TQString& 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 &sep, const TQString &str, bool allowEmptyEntries = FALSE );
static TQStringList split( const TQChar &sep, const TQString &str, bool allowEmptyEntries = FALSE );
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
static TQStringList split( const TQRegExp &sep, const TQString &str, bool allowEmptyEntries = FALSE );
#endif
TQString join( const TQString &sep ) const;
TQStringList grep( const TQString &str, bool cs = TRUE ) const;
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
TQStringList grep( const TQRegExp &expr ) const;
#endif
TQStringList& gres( const TQString &before, const TQString &after,
bool cs = TRUE );
-#ifndef QT_NO_REGEXP_CAPTURE
+#ifndef TQT_NO_REGEXP_CAPTURE
TQStringList& gres( const TQRegExp &expr, const TQString &after );
#endif
@@ -132,13 +132,13 @@ protected:
friend class TQDeepCopy< TQStringList >;
};
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
class TQDataStream;
extern Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQStringList& );
extern Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQStringList& );
#endif
-#endif // QT_NO_STRINGLIST
+#endif // TQT_NO_STRINGLIST
#endif // TQSTRINGLIST_H
</pre>
<!-- eof -->