From 07d1a6f299edecf33f2e476e7a26a90e388bd990 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:14:57 -0500 Subject: Rename KWallet to TDEWallet --- smb4k/core/smb4kerror.cpp | 2 +- smb4k/core/smb4kpasswordhandler.cpp | 4 ++-- smb4k/core/smb4kpasswordhandler.h | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'smb4k/core') diff --git a/smb4k/core/smb4kerror.cpp b/smb4k/core/smb4kerror.cpp index 3fc0ce4..cfbdff5 100644 --- a/smb4k/core/smb4kerror.cpp +++ b/smb4k/core/smb4kerror.cpp @@ -89,7 +89,7 @@ void Smb4KError::error( int code, const TQString &text, const TQString &details } case ERROR_OPENING_WALLET_FAILED: { - KMessageBox::error( 0, i18n( "The wallet \"%1\" could not be opened. KWallet support will be disabled for this session." ).arg( text ) ); + KMessageBox::error( 0, i18n( "The wallet \"%1\" could not be opened. TDEWallet support will be disabled for this session." ).arg( text ) ); break; } diff --git a/smb4k/core/smb4kpasswordhandler.cpp b/smb4k/core/smb4kpasswordhandler.cpp index b6e2f15..bef5607 100644 --- a/smb4k/core/smb4kpasswordhandler.cpp +++ b/smb4k/core/smb4kpasswordhandler.cpp @@ -118,7 +118,7 @@ void Smb4KPasswordHandler::open_close_wallet() // Do nothing. --- Good luck! } - m_wallet = KWallet::Wallet::openWallet( KWallet::Wallet::NetworkWallet(), 0, KWallet::Wallet::Synchronous ); + m_wallet = TDEWallet::Wallet::openWallet( TDEWallet::Wallet::NetworkWallet(), 0, TDEWallet::Wallet::Synchronous ); if ( m_wallet ) { @@ -136,7 +136,7 @@ void Smb4KPasswordHandler::open_close_wallet() } else { - Smb4KError::error( ERROR_OPENING_WALLET_FAILED, KWallet::Wallet::NetworkWallet(), TQString() ); + Smb4KError::error( ERROR_OPENING_WALLET_FAILED, TDEWallet::Wallet::NetworkWallet(), TQString() ); delete m_wallet; m_wallet = NULL; diff --git a/smb4k/core/smb4kpasswordhandler.h b/smb4k/core/smb4kpasswordhandler.h index 1497569..e73caa7 100644 --- a/smb4k/core/smb4kpasswordhandler.h +++ b/smb4k/core/smb4kpasswordhandler.h @@ -236,9 +236,9 @@ class Smb4KPasswordHandler : public TQObject void convert_old_entries(); /** - * The KWallet object. + * The TDEWallet object. */ - KWallet::Wallet *m_wallet; + TDEWallet::Wallet *m_wallet; /** * The Smb4KAuthInfo object. For use with the askpass dialog. @@ -252,7 +252,7 @@ class Smb4KPasswordHandler : public TQObject /** * This list holds the authentication data the user supplied if he/she - * does not want to use KWallet. + * does not want to use TDEWallet. */ TQValueList m_auth_list; -- cgit v1.2.3