By removing unnamespaced forward decls.
Change-Id: Icccb34092ef7451d29f52db08811a2152c50e4b8
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
#define QMLAPPLICATIONVIEWER_H
#include <QtQuick/QQuickView>
-
-class QGuiApplication;
+#include <QtGui/QGuiApplication>
class QmlApplicationViewer : public QQuickView
{
#define QMLAPPLICATIONVIEWER_H
#include <QtQuick/QQuickView>
-
-class QGuiApplication;
+#include <QtGui/QGuiApplication>
class QmlApplicationViewer : public QQuickView
{
#define FREQUENCYMONITOR_H
#include <QtCore/QObject>
-
-class QTimer;
+#include <QtCore/QTimer>
class FrequencyMonitorPrivate;
****************************************************************************/
#include "performancemonitor.h"
-#include <QtCore/QString>
namespace PerformanceMonitor {
#ifndef PERFORMANCEMONITOR_H
#define PERFORMANCEMONITOR_H
-class QString;
+#include <QtCore/QString>
namespace PerformanceMonitor {
struct State {