aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/togglebutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/togglebutton.h')
-rw-r--r--src/plugins/Ui/skinned/togglebutton.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/plugins/Ui/skinned/togglebutton.h b/src/plugins/Ui/skinned/togglebutton.h
index 220d427cc..ddc1bbc00 100644
--- a/src/plugins/Ui/skinned/togglebutton.h
+++ b/src/plugins/Ui/skinned/togglebutton.h
@@ -23,7 +23,7 @@
#include "pixmapwidget.h"
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@hotmail.ru>
*/
class Skin;
@@ -31,19 +31,18 @@ class ToggleButton : public PixmapWidget
{
Q_OBJECT
public:
- ToggleButton( QWidget *parent, uint on_n, uint on_p, uint off_n, uint off_p );
-
- ~ToggleButton();
+ ToggleButton( QWidget *parent, uint on_n, uint on_p, uint off_n, uint off_p );
+ ~ToggleButton();
bool isChecked();
-signals:
- void clicked(bool);
-
public slots:
- void setON(bool);
+ void setChecked(bool);
void click();
+signals:
+ void clicked(bool);
+
private slots:
void updateSkin();