summaryrefslogtreecommitdiffstats
path: root/framework/settings
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 /framework/settings
parentf1b0405d50f9e83f84c5f3aabb29ce3524220b61 (diff)
downloadkube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.tar.gz
kube-9b19914e60a6810e34c5ffcc660037da4d8c5f13.zip
Use the new headers
Diffstat (limited to 'framework/settings')
-rw-r--r--framework/settings/resourcelistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
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{