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
@@ -29,16 +29,15 @@ class BatteryAppletImpl : public TaskbarAppletInterface
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