diff options
author | Mavridis Philippe <[email protected]> | 2021-06-26 16:07:50 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-06-26 16:35:30 +0300 |
commit | ed38fe03463d5de3c7b0ebd4034ad93eabdd2fde (patch) | |
tree | 87a9c58300ae14cd987015b3f7506c65b03715d5 /client/config/deKoratorconfig.h | |
parent | 2bc11f9dc783f26bf99f44515e92e49e8d2348fc (diff) | |
download | twin-style-dekorator-ed38fe03463d5de3c7b0ebd4034ad93eabdd2fde.tar.gz twin-style-dekorator-ed38fe03463d5de3c7b0ebd4034ad93eabdd2fde.zip |
Conversion KDE3→TDE
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'client/config/deKoratorconfig.h')
-rw-r--r-- | client/config/deKoratorconfig.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/config/deKoratorconfig.h b/client/config/deKoratorconfig.h index 399002f..312026e 100644 --- a/client/config/deKoratorconfig.h +++ b/client/config/deKoratorconfig.h @@ -37,7 +37,7 @@ #include <tqobject.h> -class KConfig; +class TDEConfig; class ConfigDialog; class IconThemesConfig; @@ -45,15 +45,15 @@ class DeKoratorConfig : public TQObject { Q_OBJECT public: - DeKoratorConfig( KConfig* config, TQWidget* parent ); + DeKoratorConfig( TDEConfig* config, TQWidget* parent ); ~DeKoratorConfig(); signals: void changed(); public slots: - void load( KConfig* ); - void save( KConfig* ); + void load( TDEConfig* ); + void save( TDEConfig* ); void defaults(); @@ -64,7 +64,7 @@ protected slots: void removeSelectedTheme(); void setTheme(); private: - KConfig *config_; + TDEConfig *config_; IconThemesConfig *themes_; ConfigDialog *dialog_; }; |