summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 3d7f17779..d4b8cd5f8 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -75,7 +75,7 @@ public:
TQStringList &values(const TQString &v);
TQString first(const TQString &v);
TQMap<TQString, TQStringList> &variables();
- bool isActiveConfig(const TQString &x, bool regex=FALSE, TQMap<TQString, TQStringList> *place=NULL);
+ bool isActiveConfig(const TQString &x, bool regex=false, TQMap<TQString, TQStringList> *place=NULL);
protected:
friend class MakefileGenerator;