summaryrefslogtreecommitdiff
blob: 2bdd692c122fe3bb0cc1deff531cf5a090d862a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix build when kdelibs is not installed.

--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -52,7 +52,7 @@
 
 QStandardItemModel *model;
 
-#include <KDE/KWallet/Wallet>
+#include <KWallet>
 using KWallet::Wallet;
 Wallet *m_wallet;
 QString WalletFolder="Kencfs-Plasma";