summaryrefslogtreecommitdiffstats
path: root/tdewallet/konfigurator/konfigurator.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/konfigurator/konfigurator.h
parent8dd7e486be4b95d8336f9cf7e84eb0ee90812032 (diff)
downloadtdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.tar.gz
tdeutils-d92b2b168d2b74a37c7efe41711b86c64648ddca.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'tdewallet/konfigurator/konfigurator.h')
-rw-r--r--tdewallet/konfigurator/konfigurator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdewallet/konfigurator/konfigurator.h b/tdewallet/konfigurator/konfigurator.h
index 418d2e5..159e629 100644
--- a/tdewallet/konfigurator/konfigurator.h
+++ b/tdewallet/konfigurator/konfigurator.h
@@ -26,12 +26,12 @@ class TDEConfig;
class WalletConfigWidget;
class TQListViewItem;
-class KWalletConfig : public TDECModule {
+class TDEWalletConfig : public TDECModule {
Q_OBJECT
public:
- KWalletConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList& = TQStringList());
- virtual ~KWalletConfig();
+ TDEWalletConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList& = TQStringList());
+ virtual ~TDEWalletConfig();
void load();
void load( bool useDefaults );