From bc92ca1860c575863466e5eeef6b253690515824 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 7 Oct 2013 20:19:19 +0200 Subject: include privates the right way Task-number: QTBUG-33496 Change-Id: Id23e00627cb7896ba44c8b612ce4aff980750f7d Reviewed-by: aavit --- src/gui/kernel/qplatformtheme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 #include #include -#include -#include "private/qguiapplication_p.h" +#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3