summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/battery.h
Side-by-side diff
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:
protected:
void timerEvent( QTimerEvent * );
void paintEvent( QPaintEvent* );
+ void mousePressEvent( QMouseEvent* );
void mouseReleaseEvent( QMouseEvent * );
protected slots:
@@ -50,6 +51,7 @@ protected:
QTimer *chargeTimer;
int percent;
bool charging;
+ int style;
};
#endif