[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-nm] /: Use KF5Wallet include for KWallet, not the kdelibs4support one
From:       Friedrich W. H. Kossebau <null () kde ! org>
Date:       2018-06-30 19:49:25
Message-ID: E1fZLs5-000171-2N () code ! kde ! org
[Download RAW message or body]

Git commit 9ca67ddcf60acf27264c26a2318913e4bc11677c by Friedrich W. H. Koss=
ebau.
Committed on 30/06/2018 at 18:25.
Pushed by kossebau into branch 'master'.

Use KF5Wallet include for KWallet, not the kdelibs4support one

M  +1    -1    kded/secretagent.cpp
M  +1    -1    libs/editor/widgets/passwordfield.cpp
M  +1    -1    libs/handler.cpp

https://commits.kde.org/plasma-nm/9ca67ddcf60acf27264c26a2318913e4bc11677c

diff --git a/kded/secretagent.cpp b/kded/secretagent.cpp
index 2f7d8092..7e12a2b8 100644
--- a/kded/secretagent.cpp
+++ b/kded/secretagent.cpp
@@ -41,7 +41,7 @@
 #include <KWindowSystem>
 #include <KConfig>
 #include <KConfigGroup>
-#include <KWallet/Wallet>
+#include <KWallet>
 =

 SecretAgent::SecretAgent(QObject* parent)
     : NetworkManager::SecretAgent("org.kde.plasma.networkmanagement", pare=
nt)
diff --git a/libs/editor/widgets/passwordfield.cpp b/libs/editor/widgets/pa=
sswordfield.cpp
index 3e3b6741..76edfbbd 100644
--- a/libs/editor/widgets/passwordfield.cpp
+++ b/libs/editor/widgets/passwordfield.cpp
@@ -25,7 +25,7 @@
 =

 #include <KAuthorized>
 #include <KLocalizedString>
-#include <KWallet/Wallet>
+#include <KWallet>
 =

 PasswordField::PasswordField(QWidget *parent, Qt::WindowFlags f)
     : QWidget(parent, f)
diff --git a/libs/handler.cpp b/libs/handler.cpp
index 8fdff90b..c42665dd 100644
--- a/libs/handler.cpp
+++ b/libs/handler.cpp
@@ -53,7 +53,7 @@
 #include <KServiceTypeTrader>
 #include <KWindowSystem>
 #include <KIconLoader>
-#include <KWallet/Wallet>
+#include <KWallet>
 =

 #define AGENT_SERVICE "org.kde.kded5"
 #define AGENT_PATH "/modules/networkmanagement"

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic