diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:17:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 08:17:20 +0100 |
commit | f1b0405d50f9e83f84c5f3aabb29ce3524220b61 (patch) | |
tree | 2bc79f8d205e6d8c914c04c1e0cc229b7bd2cfb2 /framework/mail | |
parent | 6414ac623ae0db8ba406a92b07c99f3eede99d1f (diff) | |
download | kube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.tar.gz kube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.zip |
Adapt to changes.
Diffstat (limited to 'framework/mail')
-rw-r--r-- | framework/mail/CMakeLists.txt | 2 | ||||
-rw-r--r-- | framework/mail/actions/sinkactions.cpp | 2 | ||||
-rw-r--r-- | framework/mail/folderlistmodel.cpp | 4 | ||||
-rw-r--r-- | framework/mail/maillistcontroller.cpp | 2 | ||||
-rw-r--r-- | framework/mail/maillistmodel.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index 6616e492..f83a3a9e 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -17,7 +17,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
17 | 17 | ||
18 | qt5_use_modules(mailplugin Core Quick Qml) | 18 | qt5_use_modules(mailplugin Core Quick Qml) |
19 | 19 | ||
20 | target_link_libraries(mailplugin actionplugin sinkcommon KF5::Otp) | 20 | target_link_libraries(mailplugin actionplugin sink KF5::Otp) |
21 | 21 | ||
22 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 22 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
23 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 23 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
diff --git a/framework/mail/actions/sinkactions.cpp b/framework/mail/actions/sinkactions.cpp index 63b837aa..cffa5104 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 <sinkcommon/clientapi.h> | 23 | #include <sink/clientapi.h> |
24 | 24 | ||
25 | using namespace Kube; | 25 | using namespace Kube; |
26 | 26 | ||
diff --git a/framework/mail/folderlistmodel.cpp b/framework/mail/folderlistmodel.cpp index 645ecc30..431354d7 100644 --- a/framework/mail/folderlistmodel.cpp +++ b/framework/mail/folderlistmodel.cpp | |||
@@ -19,8 +19,8 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "folderlistmodel.h" | 21 | #include "folderlistmodel.h" |
22 | #include <sinkcommon/clientapi.h> | 22 | #include <sink/clientapi.h> |
23 | #include <sinkcommon/applicationdomaintype.h> | 23 | #include <sink/applicationdomaintype.h> |
24 | 24 | ||
25 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() | 25 | FolderListModel::FolderListModel(QObject *parent) : QIdentityProxyModel() |
26 | { | 26 | { |
diff --git a/framework/mail/maillistcontroller.cpp b/framework/mail/maillistcontroller.cpp index b342b1ec..66e51012 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 <sinkcommon/clientapi.h> | 25 | #include <sink/clientapi.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 f15c3e77..8b35966f 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 <sinkcommon/clientapi.h> | 23 | #include <sink/clientapi.h> |
24 | 24 | ||
25 | #include <QSortFilterProxyModel> | 25 | #include <QSortFilterProxyModel> |
26 | #include <QSharedPointer> | 26 | #include <QSharedPointer> |