author | mickeyl <mickeyl> | 2006-05-25 22:02:49 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-25 22:02:49 (UTC) |
commit | 5e2d061e5396213efe57c8ad7751bb7e8812dccd (patch) (unidiff) | |
tree | 6c139ada699d4cb1db9b983a4e77d878c90089c4 /core | |
parent | 0a37c2f7c92ca6b0b6357271b02fb871e0afcbdc (diff) | |
download | opie-5e2d061e5396213efe57c8ad7751bb7e8812dccd.zip opie-5e2d061e5396213efe57c8ad7751bb7e8812dccd.tar.gz opie-5e2d061e5396213efe57c8ad7751bb7e8812dccd.tar.bz2 |
g++ 4.1 fixes
-rw-r--r-- | core/applets/batteryapplet/batterystatus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/batteryapplet/batterystatus.h b/core/applets/batteryapplet/batterystatus.h index 4da446d..bf8d75c 100644 --- a/core/applets/batteryapplet/batterystatus.h +++ b/core/applets/batteryapplet/batterystatus.h | |||
@@ -30,13 +30,13 @@ class BatteryStatus : public QFrame | |||
30 | public: | 30 | public: |
31 | BatteryStatus( const PowerStatus *s, QWidget *parent=0, WFlags f = 0 ); | 31 | BatteryStatus( const PowerStatus *s, QWidget *parent=0, WFlags f = 0 ); |
32 | ~BatteryStatus(); | 32 | ~BatteryStatus(); |
33 | void BatteryStatus::UpdateBatteryStatus(); | 33 | void UpdateBatteryStatus(); |
34 | void updatePercent( int ); | 34 | void updatePercent( int ); |
35 | QSize sizeHint() const; | 35 | QSize sizeHint() const; |
36 | protected: | 36 | protected: |
37 | void drawSegment( QPainter *p, const QRect &r, const QColor &topgrad, const QColor &botgrad, const QColor &highlight, int hightlight_height ); | 37 | void drawSegment( QPainter *p, const QRect &r, const QColor &topgrad, const QColor &botgrad, const QColor &highlight, int hightlight_height ); |
38 | void paintEvent( QPaintEvent *pe ); | 38 | void paintEvent( QPaintEvent *pe ); |
39 | bool BatteryStatus::getProcApmStatusIpaq(); | 39 | bool getProcApmStatusIpaq(); |
40 | 40 | ||
41 | private: | 41 | private: |
42 | QString statusText() const; | 42 | QString statusText() const; |