summaryrefslogtreecommitdiff
path: root/noncore/applets/wirelessapplet/wirelessappletimpl.h
Unidiff
Diffstat (limited to 'noncore/applets/wirelessapplet/wirelessappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/wirelessapplet/wirelessappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/applets/wirelessapplet/wirelessappletimpl.h b/noncore/applets/wirelessapplet/wirelessappletimpl.h
index 7008d51..1bf4507 100644
--- a/noncore/applets/wirelessapplet/wirelessappletimpl.h
+++ b/noncore/applets/wirelessapplet/wirelessappletimpl.h
@@ -17,28 +17,27 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef WIRELESSAPPLETIMPL_H 20#ifndef WIRELESSAPPLETIMPL_H
21#define WIRELESSAPPLETIMPL_H 21#define WIRELESSAPPLETIMPL_H
22 22
23#include <qpe/taskbarappletinterface.h> 23#include <qpe/taskbarappletinterface.h>
24 24
25class WirelessApplet; 25class WirelessApplet;
26 26
27class WirelessAppletImpl : public TaskbarAppletInterface 27class WirelessAppletImpl : public TaskbarAppletInterface
28{ 28{
29public: 29public:
30 WirelessAppletImpl(); 30 WirelessAppletImpl();
31 virtual ~WirelessAppletImpl(); 31 virtual ~WirelessAppletImpl();
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 WirelessApplet *wireless; 40 WirelessApplet *wireless;
41 ulong ref;
42}; 41};
43 42
44#endif 43#endif