summaryrefslogtreecommitdiffstats
path: root/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2014-01-08 08:08:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-08 15:39:14 +0100
commit1ca893339669947fa60597d6a524a997e6bb87e9 (patch)
tree0c76345773f15bd0b3c3c0abba79ef7d348d764d /src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
parent7487a1bfc3f85c8d3d69ed294fc97e6079f30201 (diff)
Use the installed headers
This fixes synqt warnings about incorrect inclusions in public headers. Also deals with extra- and duplicate includes, forward declaration, namespacing issues, and circular dependencies... ...and Qt-ifies the headers after all. Change-Id: Ia373d6fb93e0fecedd2a2334fbeb4c2005a67a4c Reviewed-by: Michael Krasnyk <michael.krasnyk@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h')
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h b/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
index e09951d62..42d44cc06 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
@@ -42,9 +42,10 @@
#ifndef QDECLARATIVEORGANIZERITEMFETCHHINT_H
#define QDECLARATIVEORGANIZERITEMFETCHHINT_H
-#include <qorganizeritemfetchhint.h>
#include <QtQml/qqml.h>
+#include <QtOrganizer/qorganizeritemfetchhint.h>
+
QTORGANIZER_USE_NAMESPACE
QT_BEGIN_NAMESPACE