summaryrefslogtreecommitdiffstats
path: root/korn/password.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/password.cpp')
-rw-r--r--korn/password.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/password.cpp b/korn/password.cpp
index f9318319..ca6139b4 100644
--- a/korn/password.cpp
+++ b/korn/password.cpp
@@ -26,7 +26,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-KWallet::Wallet* KOrnPassword::m_wallet = 0;
+TDEWallet::Wallet* KOrnPassword::m_wallet = 0;
bool KOrnPassword::m_openFailed = false;
bool KOrnPassword::m_useWallet = false; //Not default true until moving works
@@ -178,7 +178,7 @@ void KOrnPassword::open()
return; //Not open, and can't be opened
delete m_wallet; m_wallet = 0;
- m_wallet = KWallet::Wallet::openWallet( KWallet::Wallet::NetworkWallet(), 0 );
+ m_wallet = TDEWallet::Wallet::openWallet( TDEWallet::Wallet::NetworkWallet(), 0 );
if( !m_wallet )
m_openFailed = true;