From 122741c671b189bc2a3bff8a679eff56dd4aa26d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 3 Jul 2012 09:16:36 +0530 Subject: Suppress QWindowSystemInterface inclusion warnings. Since QWindowSystemInterface is now part of QPA API. The correct inclusion is: #include #include Bulk of the work was done by: find . -type f | xargs sed -i -e 's,#include <\(QtGui/\)\?QWindowSystemInterface>,#include ,g' Change-Id: If75fc32611e72ef1cf58505794def375b1acf74a Reviewed-by: Friedemann Kleint --- src/plugins/platforms/openwfd/qopenwfdwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/openwfd/qopenwfdwindow.cpp') diff --git a/src/plugins/platforms/openwfd/qopenwfdwindow.cpp b/src/plugins/platforms/openwfd/qopenwfdwindow.cpp index 5189966766..904f249777 100644 --- a/src/plugins/platforms/openwfd/qopenwfdwindow.cpp +++ b/src/plugins/platforms/openwfd/qopenwfdwindow.cpp @@ -42,7 +42,7 @@ #include "qopenwfdwindow.h" #include "qopenwfdscreen.h" -#include "QtGui/QWindowSystemInterface" +#include QOpenWFDWindow::QOpenWFDWindow(QWindow *window) : QPlatformWindow(window) -- cgit v1.2.3