summaryrefslogtreecommitdiffstats
path: root/tdewallet/konfigurator/konfigurator.h
diff options
context:
space:
mode:
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 );