summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryappletimpl.h
Unidiff
Diffstat (limited to 'core/applets/batteryapplet/batteryappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/batteryapplet/batteryappletimpl.h b/core/applets/batteryapplet/batteryappletimpl.h
index 94f49db..99654e3 100644
--- a/core/applets/batteryapplet/batteryappletimpl.h
+++ b/core/applets/batteryapplet/batteryappletimpl.h
@@ -17,28 +17,27 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef BATTERYAPPLETIMPL_H 20#ifndef BATTERYAPPLETIMPL_H
21#define BATTERYAPPLETIMPL_H 21#define BATTERYAPPLETIMPL_H
22 22
23#include <qpe/taskbarappletinterface.h> 23#include <qpe/taskbarappletinterface.h>
24 24
25class BatteryMeter; 25class BatteryMeter;
26 26
27class BatteryAppletImpl : public TaskbarAppletInterface 27class BatteryAppletImpl : public TaskbarAppletInterface
28{ 28{
29public: 29public:
30 BatteryAppletImpl(); 30 BatteryAppletImpl();
31 virtual ~BatteryAppletImpl(); 31 virtual ~BatteryAppletImpl();
32 32
33 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 33 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
34 Q_REFCOUNT 34 Q_REFCOUNT
35 35
36 virtual QWidget *applet( QWidget *parent ); 36 virtual QWidget *applet( QWidget *parent );
37 virtual int position() const; 37 virtual int position() const;
38 38
39private: 39private:
40 BatteryMeter *battery; 40 BatteryMeter *battery;
41 ulong ref;
42}; 41};
43 42
44#endif 43#endif