summaryrefslogtreecommitdiffstats
path: root/doc/html/qcstring-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcstring-h.html')
-rw-r--r--doc/html/qcstring-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qcstring-h.html b/doc/html/qcstring-h.html
index d7980c3b9..18c29b776 100644
--- a/doc/html/qcstring-h.html
+++ b/doc/html/qcstring-h.html
@@ -141,7 +141,7 @@ public:
typedef TQMemArray<char> TQByteArray;
#endif
-#ifndef QT_NO_COMPRESS
+#ifndef TQT_NO_COMPRESS
Q_EXPORT TQByteArray tqCompress( const uchar* data, int nbytes );
Q_EXPORT TQByteArray tqUncompress( const uchar* data, int nbytes );
Q_EXPORT inline TQByteArray tqCompress( const TQByteArray& data)
@@ -153,7 +153,7 @@ Q_EXPORT inline TQByteArray tqUncompress( const TQByteArray& data )
/*****************************************************************************
TQByteArray stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQByteArray & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQByteArray & );
#endif
@@ -190,17 +190,17 @@ public:
int find( char c, int index=0, bool cs=TRUE ) const;
int find( const char *str, int index=0, bool cs=TRUE ) const;
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
int find( const TQRegExp &, int index=0 ) const;
#endif
int findRev( char c, int index=-1, bool cs=TRUE) const;
int findRev( const char *str, int index=-1, bool cs=TRUE) const;
-#ifndef QT_NO_REGEXP_CAPTURE
+#ifndef TQT_NO_REGEXP_CAPTURE
int findRev( const TQRegExp &, int index=-1 ) const;
#endif
int contains( char c, bool cs=TRUE ) const;
int contains( const char *str, bool cs=TRUE ) const;
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
int contains( const TQRegExp & ) const;
#endif
TQCString left( uint len ) const;
@@ -222,7 +222,7 @@ public:
TQCString &prepend( const char * );
TQCString &remove( uint index, uint len );
TQCString &replace( uint index, uint len, const char * );
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
TQCString &replace( const TQRegExp &, const char * );
#endif
TQCString &replace( char c, const char *after );
@@ -261,7 +261,7 @@ private:
/*****************************************************************************
TQCString stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQCString & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQCString & );
#endif