summaryrefslogtreecommitdiffstats
path: root/qmake/generators/mac/pbuilder_pbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/mac/pbuilder_pbx.h')
-rw-r--r--qmake/generators/mac/pbuilder_pbx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/generators/mac/pbuilder_pbx.h b/qmake/generators/mac/pbuilder_pbx.h
index a3f43eb8e..60c0be8b1 100644
--- a/qmake/generators/mac/pbuilder_pbx.h
+++ b/qmake/generators/mac/pbuilder_pbx.h
@@ -64,8 +64,8 @@ public:
virtual bool openOutput(TQFile &) const;
protected:
- bool doPrecompiledHeaders() const { return FALSE; }
- virtual bool doDepends() const { return FALSE; } //never necesary
+ bool doPrecompiledHeaders() const { return false; }
+ virtual bool doDepends() const { return false; } //never necesary
};
inline ProjectBuilderMakefileGenerator::~ProjectBuilderMakefileGenerator()