summaryrefslogtreecommitdiffstats
path: root/doc/html/qcstring-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/qcstring-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/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 d7980c3b..18c29b77 100644
--- a/doc/html/qcstring-h.html
+++ b/doc/html/qcstring-h.html
@@ -141,7 +141,7 @@ public:
typedef TQMemArray&lt;char&gt; 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&amp; data)
@@ -153,7 +153,7 @@ Q_EXPORT inline TQByteArray tqUncompress( const TQByteArray&amp; data )
/*****************************************************************************
TQByteArray stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQByteArray &amp; );
Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQByteArray &amp; );
#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 &amp;, 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 &amp;, 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 &amp; ) const;
#endif
TQCString left( uint len ) const;
@@ -222,7 +222,7 @@ public:
TQCString &amp;prepend( const char * );
TQCString &amp;remove( uint index, uint len );
TQCString &amp;replace( uint index, uint len, const char * );
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
TQCString &amp;replace( const TQRegExp &amp;, const char * );
#endif
TQCString &amp;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 &amp;operator&lt;&lt;( TQDataStream &amp;, const TQCString &amp; );
Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQCString &amp; );
#endif