summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/battery.h
authorharlekin <harlekin>2004-05-11 22:41:22 (UTC)
committer harlekin <harlekin>2004-05-11 22:41:22 (UTC)
commit7a9cabb330284777113bb544139843dcf0593628 (patch) (side-by-side diff)
treeec706423d2abc2b7d2dcbbab8f3d846bcff45ee0 /core/applets/batteryapplet/battery.h
parent81104f00cb87962333a024d3fa5ff6cf3d8d7d83 (diff)
downloadopie-7a9cabb330284777113bb544139843dcf0593628.zip
opie-7a9cabb330284777113bb544139843dcf0593628.tar.gz
opie-7a9cabb330284777113bb544139843dcf0593628.tar.bz2
the "bett ery" commit, batteryapplet is now a popup, only shows second battery on ipaq if a second battery is present
Diffstat (limited to 'core/applets/batteryapplet/battery.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/battery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/applets/batteryapplet/battery.h b/core/applets/batteryapplet/battery.h
index 622c083..970c857 100644
--- a/core/applets/batteryapplet/battery.h
+++ b/core/applets/batteryapplet/battery.h
@@ -37,12 +37,13 @@ class BatteryMeter : public QWidget
QSize sizeHint() const;
static int position();
+
+
protected:
void timerEvent( QTimerEvent* );
void paintEvent( QPaintEvent* );
void mousePressEvent( QMouseEvent* );
void mouseReleaseEvent( QMouseEvent* );
-
protected slots:
void chargeTimeout();