summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/battery.h
Unidiff
Diffstat (limited to 'core/applets/batteryapplet/battery.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/batteryapplet/battery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/battery.h b/core/applets/batteryapplet/battery.h
index d4807b0..c2d1216 100644
--- a/core/applets/batteryapplet/battery.h
+++ b/core/applets/batteryapplet/battery.h
@@ -39,6 +39,7 @@ public:
39protected: 39protected:
40 void timerEvent( QTimerEvent * ); 40 void timerEvent( QTimerEvent * );
41 void paintEvent( QPaintEvent* ); 41 void paintEvent( QPaintEvent* );
42 void mousePressEvent( QMouseEvent* );
42 void mouseReleaseEvent( QMouseEvent * ); 43 void mouseReleaseEvent( QMouseEvent * );
43 44
44protected slots: 45protected slots:
@@ -50,6 +51,7 @@ protected:
50 QTimer *chargeTimer; 51 QTimer *chargeTimer;
51 int percent; 52 int percent;
52 bool charging; 53 bool charging;
54 int style;
53}; 55};
54 56
55#endif 57#endif