Remove qt include prefixx

This commit is contained in:
Laurent Montel 2018-11-06 07:23:52 +01:00
parent fbfd3b9591
commit cbd5abf787
19 changed files with 24 additions and 24 deletions

View File

@ -19,7 +19,7 @@
#pragma once #pragma once
#include <QtTest/QtTest> #include <QtTest>
namespace Plasma namespace Plasma
{ {

View File

@ -19,7 +19,7 @@
#ifndef CORONATEST_H #ifndef CORONATEST_H
#define CORONATEST_H #define CORONATEST_H
#include <QtTest/QtTest> #include <QtTest>
#include <QTimer> #include <QTimer>

View File

@ -19,7 +19,7 @@
#ifndef DIALOGTEST_H #ifndef DIALOGTEST_H
#define DIALOGTEST_H #define DIALOGTEST_H
#include <QtTest/QtTest> #include <QtTest>
#include <QQuickView> #include <QQuickView>
#include <QQuickItem> #include <QQuickItem>

View File

@ -25,8 +25,8 @@
#include <QQmlEngine> #include <QQmlEngine>
#include <QQmlContext> #include <QQmlContext>
#include <QtTest/QtTest> #include <QtTest>
#include <QtTest/QSignalSpy> #include <QSignalSpy>
//this test checks that we don't set visible to true until after we set the window flags //this test checks that we don't set visible to true until after we set the window flags

View File

@ -19,7 +19,7 @@
#ifndef DIALOLOADGTEST_H #ifndef DIALOLOADGTEST_H
#define DIALOLOADGTEST_H #define DIALOLOADGTEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasmaquick/dialog.h" #include "plasmaquick/dialog.h"

View File

@ -19,7 +19,7 @@
#ifndef DIALOGTEST_H #ifndef DIALOGTEST_H
#define DIALOGTEST_H #define DIALOGTEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasmaquick/dialog.h" #include "plasmaquick/dialog.h"

View File

@ -41,9 +41,9 @@
#include "dynamictreemodel.h" #include "dynamictreemodel.h"
#include <QtCore/QHash> #include <QHash>
#include <QtCore/QList> #include <QList>
#include <QtCore/QTimer> #include <QTimer>
DynamicTreeModel::DynamicTreeModel(QObject *parent) DynamicTreeModel::DynamicTreeModel(QObject *parent)
: QAbstractItemModel(parent), : QAbstractItemModel(parent),

View File

@ -42,10 +42,10 @@
#ifndef DYNAMICTREEMODEL_H #ifndef DYNAMICTREEMODEL_H
#define DYNAMICTREEMODEL_H #define DYNAMICTREEMODEL_H
#include <QtCore/QAbstractItemModel> #include <QAbstractItemModel>
#include <QtCore/QHash> #include <QHash>
#include <QtCore/QList> #include <QList>
class DynamicTreeModel : public QAbstractItemModel class DynamicTreeModel : public QAbstractItemModel
{ {

View File

@ -20,7 +20,7 @@
#ifndef FALLBACKPACKAGETEST_H #ifndef FALLBACKPACKAGETEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasma/package.h" #include "plasma/package.h"

View File

@ -19,7 +19,7 @@
#ifndef FRAMESVGTEST_H #ifndef FRAMESVGTEST_H
#define FRAMESVGTEST_H #define FRAMESVGTEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasma/framesvg.h" #include "plasma/framesvg.h"

View File

@ -24,7 +24,7 @@
#include <QQmlContext> #include <QQmlContext>
#include <QQmlComponent> #include <QQmlComponent>
#include <QQuickItemGrabResult> #include <QQuickItemGrabResult>
#include <QtTest/QSignalSpy> #include <QSignalSpy>
#include <KIconLoader> #include <KIconLoader>
#include <KIconEngine> #include <KIconEngine>

View File

@ -21,7 +21,7 @@
#include <QQuickItem> #include <QQuickItem>
#include <QQuickView> #include <QQuickView>
#include <QtTest/QtTest> #include <QtTest>
namespace Plasma namespace Plasma
{ {

View File

@ -43,7 +43,7 @@
#include "modeltest.h" #include "modeltest.h"
#include <QtTest/QtTest> #include <QtTest>
//#undef Q_ASSERT //#undef Q_ASSERT
//#define Q_ASSERT QVERIFY //#define Q_ASSERT QVERIFY

View File

@ -19,7 +19,7 @@
#ifndef PACKAGESTRUCTURETEST_H #ifndef PACKAGESTRUCTURETEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasma/package.h" #include "plasma/package.h"

View File

@ -19,7 +19,7 @@
#ifndef PACKAGETEST_H #ifndef PACKAGETEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasma/package.h" #include "plasma/package.h"
#include "plasma/packagestructure.h" #include "plasma/packagestructure.h"

View File

@ -22,7 +22,7 @@
#include <qtest.h> #include <qtest.h>
#include <QDebug> #include <QDebug>
//#include <QJsonObject> //#include <QJsonObject>
#include <QtTest/QSignalSpy> #include <QSignalSpy>
#include <kplugininfo.h> #include <kplugininfo.h>
//#include <kplugintrader.h> //#include <kplugintrader.h>

View File

@ -20,7 +20,7 @@
#ifndef STORAGETEST_H #ifndef STORAGETEST_H
#define STORAGETEST_H #define STORAGETEST_H
#include <QtTest/QtTest> #include <QtTest>
class StorageTest : public QObject class StorageTest : public QObject
{ {

View File

@ -19,7 +19,7 @@
#ifndef THEMETEST_H #ifndef THEMETEST_H
#define THEMETEST_H #define THEMETEST_H
#include <QtTest/QtTest> #include <QtTest>
#include "plasma/theme.h" #include "plasma/theme.h"
#include "plasma/svg.h" #include "plasma/svg.h"

View File

@ -18,7 +18,7 @@
*/ */
#include <QtQml> #include <QtQml>
#include <QtQml/QQmlExtensionPlugin> #include <QQmlExtensionPlugin>
#include <QDebug> #include <QDebug>
#include "application.h" #include "application.h"