diff options
Diffstat (limited to 'doc/html/qregexp-h.html')
-rw-r--r-- | doc/html/qregexp-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qregexp-h.html b/doc/html/qregexp-h.html index f4e715c63..3df950356 100644 --- a/doc/html/qregexp-h.html +++ b/doc/html/qregexp-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP class TQRegExpEngine; struct TQRegExpPrivate; @@ -106,7 +106,7 @@ public: void setPattern( const TQString& pattern ); bool caseSensitive() const; void setCaseSensitive( bool sensitive ); -#ifndef QT_NO_REGEXP_WILDCARD +#ifndef TQT_NO_REGEXP_WILDCARD bool wildcard() const; void setWildcard( bool wildcard ); #endif @@ -132,7 +132,7 @@ public: int searchRev( const TQString& str, int offset, CaretMode caretMode ) const; #endif int matchedLength() const; -#ifndef QT_NO_REGEXP_CAPTURE +#ifndef TQT_NO_REGEXP_CAPTURE int numCaptures() const; TQStringList capturedTexts(); TQString cap( int nth = 0 ); @@ -152,7 +152,7 @@ private: TQRegExpEngine *eng; TQRegExpPrivate *priv; }; -#endif // QT_NO_REGEXP +#endif // TQT_NO_REGEXP #endif // TQREGEXP_H </pre> <!-- eof --> |