summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/icewm/config/config.h')
-rw-r--r--twin-styles/icewm/config/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h
index d8865971..89f98e0d 100644
--- a/twin-styles/icewm/config/config.h
+++ b/twin-styles/icewm/config/config.h
@@ -43,7 +43,7 @@ class IceWMConfig: public TQObject
public:
- IceWMConfig( KConfig* conf, TQWidget* parent );
+ IceWMConfig( TDEConfig* conf, TQWidget* parent );
~IceWMConfig();
// These public signals/slots work similar to KCM modules
@@ -51,8 +51,8 @@ class IceWMConfig: public TQObject
void changed();
public slots:
- void load( KConfig* conf );
- void save( KConfig* conf );
+ void load( TDEConfig* conf );
+ void save( TDEConfig* conf );
void defaults();
protected slots:
@@ -61,7 +61,7 @@ class IceWMConfig: public TQObject
void findIceWMThemes();
private:
- KConfig* icewmConfig;
+ TDEConfig* icewmConfig;
TQCheckBox* cbThemeTitleTextColors;
TQCheckBox* cbTitleBarOnTop;
TQCheckBox* cbShowMenuButtonIcon;