diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-25 20:06:45 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-25 20:06:45 +0100 |
commit | 88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch) | |
tree | b9a917fd3a40988e6e0134490f5357e5335c1c70 /deco/config/baghiraconfig.h.new | |
parent | 2ee99ab520931c5efe91123c85ba10064a45e95d (diff) | |
download | tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.tar.gz tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'deco/config/baghiraconfig.h.new')
-rw-r--r-- | deco/config/baghiraconfig.h.new | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deco/config/baghiraconfig.h.new b/deco/config/baghiraconfig.h.new index edffcc9..6bab1a8 100644 --- a/deco/config/baghiraconfig.h.new +++ b/deco/config/baghiraconfig.h.new @@ -33,7 +33,7 @@ #include "colorpicker.h" #include "aquariusbutton.h" -class KConfig; +class TDEConfig; class TQSettings; class ConfigDialog; class TQLabel; @@ -126,15 +126,15 @@ class BaghiraConfig : public TQObject { Q_OBJECT public: - BaghiraConfig(KConfig* config, TQWidget* parent); + BaghiraConfig(TDEConfig* config, TQWidget* parent); ~BaghiraConfig(); signals: void changed(); public slots: - void load(KConfig* conf); - void save(KConfig* conf); + void load(TDEConfig* conf); + void save(TDEConfig* conf); void defaults(); private: |