summaryrefslogtreecommitdiffstats
path: root/tdewallet/tdewalleteditor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:21:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:21:30 -0500
commitd92b2b168d2b74a37c7efe41711b86c64648ddca (patch)
tree887f720d37c8096a4cad238959eaf9ade3e5723c /tdewallet/tdewalleteditor.h
parent8dd7e486be4b95d8336f9cf7e84eb0ee90812032 (diff)
downloadtdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.tar.gz
tdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'tdewallet/tdewalleteditor.h')
-rw-r--r--tdewallet/tdewalleteditor.h14
1 files changed, 7 insertions, 7 deletions
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;