summaryrefslogtreecommitdiffstats
path: root/twin/clients/keramik/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/keramik/config/config.h')
-rw-r--r--twin/clients/keramik/config/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/twin/clients/keramik/config/config.h b/twin/clients/keramik/config/config.h
index 911af89fb..4138fe958 100644
--- a/twin/clients/keramik/config/config.h
+++ b/twin/clients/keramik/config/config.h
@@ -35,7 +35,7 @@ class KeramikConfig: public TQObject
public:
- KeramikConfig( KConfig* conf, TQWidget* parent );
+ KeramikConfig( TDEConfig* conf, TQWidget* parent );
~KeramikConfig();
// These public signals/slots work similar to KCM modules
@@ -43,13 +43,13 @@ class KeramikConfig: public TQObject
void changed();
public slots:
- void load( KConfig* conf );
- void save( KConfig* conf );
+ void load( TDEConfig* conf );
+ void save( TDEConfig* conf );
void defaults();
private:
KeramikConfigUI *ui;
- KConfig *c;
+ TDEConfig *c;
};