diff options
Diffstat (limited to 'framework/src/sinkfabric.cpp')
-rw-r--r-- | framework/src/sinkfabric.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/sinkfabric.cpp b/framework/src/sinkfabric.cpp index 954186bb..87b243e0 100644 --- a/framework/src/sinkfabric.cpp +++ b/framework/src/sinkfabric.cpp | |||
@@ -135,7 +135,7 @@ public: | |||
135 | } | 135 | } |
136 | if (id == "unlockKeyring") { | 136 | if (id == "unlockKeyring") { |
137 | auto accountId = message["accountId"].value<QByteArray>(); | 137 | auto accountId = message["accountId"].value<QByteArray>(); |
138 | Kube::Keyring{accountId}.unlock(); | 138 | Kube::AccountKeyring{accountId}.unlock(); |
139 | } | 139 | } |
140 | } | 140 | } |
141 | 141 | ||