summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:32:54 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:32:54 +0100
commit9b19914e60a6810e34c5ffcc660037da4d8c5f13 (patch)
tree74ce36d7851f3378172acfaa24d94434d7e9a503
parentf1b0405d50f9e83f84c5f3aabb29ce3524220b61 (diff)
downloadkube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.tar.gz
kube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.zip
Use the new headers
-rw-r--r--framework/mail/actions/sinkactions.cpp2
-rw-r--r--framework/mail/folderlistmodel.cpp3
-rw-r--r--framework/mail/maillistcontroller.cpp2
-rw-r--r--framework/mail/maillistmodel.h2
-rw-r--r--framework/settings/resourcelistmodel.cpp2
5 files changed, 5 insertions, 6 deletions
diff --git a/framework/mail/actions/sinkactions.cpp b/framework/mail/actions/sinkactions.cpp
index cffa5104..978a045b 100644
--- a/framework/mail/actions/sinkactions.cpp
+++ b/framework/mail/actions/sinkactions.cpp
@@ -20,7 +20,7 @@
20 20
21#include <actions/context.h> 21#include <actions/context.h>
22 22
23#include <sink/clientapi.h> 23#include <sink/store.h>
24 24
25using namespace Kube; 25using namespace Kube;
26 26
diff --git a/framework/mail/folderlistmodel.cpp b/framework/mail/folderlistmodel.cpp
index 431354d7..16586124 100644
--- a/framework/mail/folderlistmodel.cpp
+++ b/framework/mail/folderlistmodel.cpp
@@ -19,8 +19,7 @@
19*/ 19*/
20 20
21#include "folderlistmodel.h" 21#include "folderlistmodel.h"
22#include <sink/clientapi.h> 22#include <sink/store.h>
23#include <sink/applicationdomaintype.h>
24 23
25FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() 24FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel()
26{ 25{
diff --git a/framework/mail/maillistcontroller.cpp b/framework/mail/maillistcontroller.cpp
index 66e51012..2035ed8e 100644
--- a/framework/mail/maillistcontroller.cpp
+++ b/framework/mail/maillistcontroller.cpp
@@ -22,7 +22,7 @@
22 22
23#include <QStringList> 23#include <QStringList>
24 24
25#include <sink/clientapi.h> 25#include <sink/store.h>
26 26
27#include "maillistmodel.h" 27#include "maillistmodel.h"
28 28
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h
index 8b35966f..d179eb02 100644
--- a/framework/mail/maillistmodel.h
+++ b/framework/mail/maillistmodel.h
@@ -20,7 +20,7 @@
20 20
21#pragma once 21#pragma once
22 22
23#include <sink/clientapi.h> 23#include <sink/store.h>
24 24
25#include <QSortFilterProxyModel> 25#include <QSortFilterProxyModel>
26#include <QSharedPointer> 26#include <QSharedPointer>
diff --git a/framework/settings/resourcelistmodel.cpp b/framework/settings/resourcelistmodel.cpp
index 7d97f342..27063ebc 100644
--- a/framework/settings/resourcelistmodel.cpp
+++ b/framework/settings/resourcelistmodel.cpp
@@ -1,6 +1,6 @@
1#include "resourcelistmodel.h" 1#include "resourcelistmodel.h"
2 2
3#include <sink/clientapi.h> 3#include <sink/store.h>
4 4
5ResourceListModel::ResourceListModel(QObject *parent) : QIdentityProxyModel() 5ResourceListModel::ResourceListModel(QObject *parent) : QIdentityProxyModel()
6{ 6{