summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/servicebutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/servicebutton.h')
-rw-r--r--kicker/kicker/buttons/servicebutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/buttons/servicebutton.h b/kicker/kicker/buttons/servicebutton.h
index 2d881d72c..9d17d1fe5 100644
--- a/kicker/kicker/buttons/servicebutton.h
+++ b/kicker/kicker/buttons/servicebutton.h
@@ -35,11 +35,11 @@ class ServiceButton : public PanelButton
public:
ServiceButton( const TQString& desktopFile, TQWidget* parent );
ServiceButton( const KService::Ptr& service, TQWidget* parent );
- ServiceButton( const KConfigGroup& config, TQWidget* parent );
+ ServiceButton( const TDEConfigGroup& config, TQWidget* parent );
~ServiceButton();
- virtual void saveConfig(KConfigGroup& config) const;
+ virtual void saveConfig(TDEConfigGroup& config) const;
virtual void properties();
protected slots: