summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/parser.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-09-18 19:24:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-19 19:54:44 +0200
commit2794b99bc66734b6a31f99c83b593831c03be710 (patch)
tree286577e725d7e36643792b9d294338ebf5a3735e /src/tools/moc/parser.h
parenteff0349102aefed4c58a460e42db11d3230a65ac (diff)
make src/tools/ compile without CamelCase headers
so the build works with syncqt -minimal Change-Id: Ief5e8eb9a504dd6c84cff76cc3e5257450386a0f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/moc/parser.h')
-rw-r--r--src/tools/moc/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/moc/parser.h b/src/tools/moc/parser.h
index 654168fb08..1f25a1f1c6 100644
--- a/src/tools/moc/parser.h
+++ b/src/tools/moc/parser.h
@@ -42,7 +42,7 @@
#ifndef PARSER_H
#define PARSER_H
-#include <QStack>
+#include <qstack.h>
#include "symbols.h"
QT_BEGIN_NAMESPACE