diff options
Diffstat (limited to 'doc/html/qregexp-h.html')
-rw-r--r-- | doc/html/qregexp-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qregexp-h.html b/doc/html/qregexp-h.html index b6946ae90..f4e715c63 100644 --- a/doc/html/qregexp-h.html +++ b/doc/html/qregexp-h.html @@ -114,7 +114,7 @@ public: void setMinimal( bool minimal ); bool exactMatch( const TQString& str ) const; -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT int match( const TQString& str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const; #endif |