Fixed includes in public headers

Change-Id: I360c94d41691a618f1bec97da8317c9dcee658c0
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Denis Dzyubenko 2012-01-27 12:57:46 +01:00 committed by Qt by Nokia
parent 6b46741876
commit 3d84b592de
5 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
#ifndef QJSONARRAY_H
#define QJSONARRAY_H
#include <qjsonvalue.h>
#include <QtCore/qjsonvalue.h>
QT_BEGIN_HEADER

View File

@ -42,7 +42,7 @@
#ifndef QJSONDOCUMENT_H
#define QJSONDOCUMENT_H
#include <qjsonvalue.h>
#include <QtCore/qjsonvalue.h>
QT_BEGIN_HEADER

View File

@ -42,7 +42,7 @@
#ifndef QJSONOBJECT_H
#define QJSONOBJECT_H
#include <qjsonvalue.h>
#include <QtCore/qjsonvalue.h>
QT_BEGIN_HEADER

View File

@ -42,8 +42,8 @@
#ifndef QJSONVALUE_H
#define QJSONVALUE_H
#include <qglobal.h>
#include <qstring.h>
#include <QtCore/qglobal.h>
#include <QtCore/qstring.h>
QT_BEGIN_HEADER

View File

@ -63,7 +63,7 @@
#endif
#ifdef QT_OLD_ATOMICS
# include "qoldbasicatomic.h"
# include "QtCore/qoldbasicatomic.h"
# undef QT_OLD_ATOMICS
#else