summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqregexp.h')
-rw-r--r--src/tools/ntqregexp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/ntqregexp.h b/src/tools/ntqregexp.h
index d600e452..c6143745 100644
--- a/src/tools/ntqregexp.h
+++ b/src/tools/ntqregexp.h
@@ -45,7 +45,7 @@
#include "ntqstringlist.h"
#endif // QT_H
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
class TQRegExpEngine;
struct TQRegExpPrivate;
@@ -70,7 +70,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
@@ -96,7 +96,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 );
@@ -116,5 +116,5 @@ private:
TQRegExpEngine *eng;
TQRegExpPrivate *priv;
};
-#endif // QT_NO_REGEXP
+#endif // TQT_NO_REGEXP
#endif // TQREGEXP_H