summaryrefslogtreecommitdiff
path: root/qmake/include/qregexp.h
Side-by-side diff
Diffstat (limited to 'qmake/include/qregexp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/include/qregexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/include/qregexp.h b/qmake/include/qregexp.h
index 7bb777a..90f54bd 100644
--- a/qmake/include/qregexp.h
+++ b/qmake/include/qregexp.h
@@ -80,7 +80,7 @@ public:
bool indexIsStart = TRUE ) const;
#endif
-#if defined(qdoc)
+#if defined(Q_QDOC)
int search( const QString& str, int offset = 0,
CaretMode caretMode = CaretAtZero ) const;
int searchRev( const QString& str, int offset = -1,