kget
btsettingswidget.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef BTSETTINGSWIDGET_H
00012 #define BTSETTINGSWIDGET_H
00013
00014 #include <ui_btsettingswidget.h>
00015
00016 #include <KCModule>
00017
00018 class BTSettingsWidget : public KCModule, public Ui::BTSettingsWidget
00019 {
00020 Q_OBJECT
00021 public:
00022 BTSettingsWidget(QWidget * parent, const QVariantList &args);
00023
00024 public slots:
00025 virtual void load();
00026 virtual void save();
00027 virtual void defaults();
00028 };
00029
00030 #endif
00031