From 1c1acd0c4cee350d65df8c4b439c8b19932c6f6d Mon Sep 17 00:00:00 2001
From: dt <qtc-committer@nokia.com>
Date: Tue, 11 Jan 2011 14:56:39 +0100
Subject: [PATCH] Compile: include QApplication instead of QCoreApplication

Reviewed-By: kh
---
 src/plugins/help/helpviewer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/help/helpviewer.cpp b/src/plugins/help/helpviewer.cpp
index 58b7f473b06..faf2752c075 100644
--- a/src/plugins/help/helpviewer.cpp
+++ b/src/plugins/help/helpviewer.cpp
@@ -35,12 +35,12 @@
 #include "helpconstants.h"
 #include "localhelpmanager.h"
 
-#include <QtCore/QCoreApplication>
 #include <QtCore/QFileInfo>
 #include <QtCore/QStringBuilder>
 #include <QtCore/QTemporaryFile>
 #include <QtCore/QUrl>
 
+#include <QtGui/QApplication>
 #include <QtGui/QDesktopServices>
 #include <QtGui/QMouseEvent>
 
-- 
GitLab