summaryrefslogtreecommitdiffstats
path: root/deco/config/baghiraconfig.h.new
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
commit88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch)
treeb9a917fd3a40988e6e0134490f5357e5335c1c70 /deco/config/baghiraconfig.h.new
parent2ee99ab520931c5efe91123c85ba10064a45e95d (diff)
downloadtde-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.new8
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: