From d92b2b168d2b74a37c7efe41711b86c64648ddca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 27 Aug 2013 23:21:30 -0500 Subject: Rename KWallet to TDEWallet --- tdewallet/tdewalleteditor.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tdewallet/tdewalleteditor.h') diff --git a/tdewallet/tdewalleteditor.h b/tdewallet/tdewalleteditor.h index 83d5138..dcd9811 100644 --- a/tdewallet/tdewalleteditor.h +++ b/tdewallet/tdewalleteditor.h @@ -30,17 +30,17 @@ class TDEAction; class TQIconViewItem; class TQListViewItem; class TQCheckBox; -class KWalletFolderIconView; -class KWalletEntryList; +class TDEWalletFolderIconView; +class TDEWalletEntryList; class KWMapEditor; -class KWalletEditor : public TDEMainWindow { +class TDEWalletEditor : public TDEMainWindow { Q_OBJECT public: - KWalletEditor(const TQString& wallet, bool isPath, TQWidget *parent = 0, const char* name = 0); - virtual ~KWalletEditor(); + TDEWalletEditor(const TQString& wallet, bool isPath, TQWidget *parent = 0, const char* name = 0); + virtual ~TDEWalletEditor(); bool isOpen() const { return _w != 0L; } @@ -92,9 +92,9 @@ class KWalletEditor : public TDEMainWindow { private: void createActions(); bool _nonLocal; - KWallet::Wallet *_w; + TDEWallet::Wallet *_w; WalletWidget *_ww; - KWalletEntryList *_entryList; + TDEWalletEntryList *_entryList; bool _walletIsOpen; TDEAction *_newFolderAction, *_deleteFolderAction; TDEAction *_passwordAction, *_exportAction, *_saveAsAction, *_mergeAction, *_importAction; -- cgit v1.2.1