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/konfigurator/konfigurator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdewallet/konfigurator/konfigurator.h') 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 ); -- cgit v1.2.1