summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/puredocparser.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/qdoc/puredocparser.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/qdoc/puredocparser.h')
-rw-r--r--src/tools/qdoc/puredocparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/puredocparser.h b/src/tools/qdoc/puredocparser.h
index 8ca7c2f1f0..134ef752cf 100644
--- a/src/tools/qdoc/puredocparser.h
+++ b/src/tools/qdoc/puredocparser.h
@@ -46,7 +46,7 @@
#ifndef PUREDOCPARSER_H
#define PUREDOCPARSER_H
-#include <QSet>
+#include <qset.h>
#include "cppcodeparser.h"
#include "location.h"