summaryrefslogtreecommitdiffstats
path: root/tdewallet/tdewalletpopup.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/tdewalletpopup.h
parent8dd7e486be4b95d8336f9cf7e84eb0ee90812032 (diff)
downloadtdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.tar.gz
tdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'tdewallet/tdewalletpopup.h')
-rw-r--r--tdewallet/tdewalletpopup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdewallet/tdewalletpopup.h b/tdewallet/tdewalletpopup.h
index ab8cc8f..0c9470c 100644
--- a/tdewallet/tdewalletpopup.h
+++ b/tdewallet/tdewalletpopup.h
@@ -24,13 +24,13 @@
#include <tqmap.h>
#include <tqstring.h>
-class KWalletPopup : public TDEPopupMenu {
+class TDEWalletPopup : public TDEPopupMenu {
Q_OBJECT
public:
- KWalletPopup(const TQString& wallet, TQWidget *parent = 0, const char* name = 0);
- virtual ~KWalletPopup();
+ TDEWalletPopup(const TQString& wallet, TQWidget *parent = 0, const char* name = 0);
+ virtual ~TDEWalletPopup();
public slots:
void openWallet();