diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-10-07 20:19:19 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-11 21:03:26 +0200 |
commit | bc92ca1860c575863466e5eeef6b253690515824 (patch) | |
tree | 61c6488c7f323fd5efd5b3bc3f20e4f31a8feb2b /src/gui/kernel/qplatformtheme.cpp | |
parent | 58de01b54bf34c5ee416c1d6fe5e5d1c5bc89e5f (diff) | |
download | qtbase-bc92ca1860c575863466e5eeef6b253690515824.tar.gz |
include privates the right way
Task-number: QTBUG-33496
Change-Id: Id23e00627cb7896ba44c8b612ce4aff980750f7d
Reviewed-by: aavit <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/gui/kernel/qplatformtheme.cpp')
-rw-r--r-- | src/gui/kernel/qplatformtheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qplatformtheme.cpp b/src/gui/kernel/qplatformtheme.cpp index 3fb4939b69..562df1c913 100644 --- a/src/gui/kernel/qplatformtheme.cpp +++ b/src/gui/kernel/qplatformtheme.cpp @@ -48,8 +48,8 @@ #include <QtCore/qfileinfo.h> #include <qpalette.h> #include <qtextformat.h> -#include <qiconloader_p.h> -#include "private/qguiapplication_p.h" +#include <private/qiconloader_p.h> +#include <private/qguiapplication_p.h> QT_BEGIN_NAMESPACE |