summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet/irdaappletimpl.h
Unidiff
Diffstat (limited to 'core/applets/irdaapplet/irdaappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/irdaapplet/irdaappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/irdaapplet/irdaappletimpl.h b/core/applets/irdaapplet/irdaappletimpl.h
index f9e855a..024cc06 100644
--- a/core/applets/irdaapplet/irdaappletimpl.h
+++ b/core/applets/irdaapplet/irdaappletimpl.h
@@ -19,28 +19,27 @@
19**********************************************************************/ 19**********************************************************************/
20#ifndef IRDAAPPLETIMPL_H 20#ifndef IRDAAPPLETIMPL_H
21#define IRDAAPPLETIMPL_H 21#define IRDAAPPLETIMPL_H
22 22
23#include <qwidget.h> 23#include <qwidget.h>
24 24
25#include <qpe/taskbarappletinterface.h> 25#include <qpe/taskbarappletinterface.h>
26 26
27class IrdaApplet; 27class IrdaApplet;
28 28
29class IrdaAppletImpl : public TaskbarAppletInterface 29class IrdaAppletImpl : public TaskbarAppletInterface
30{ 30{
31public: 31public:
32 IrdaAppletImpl(); 32 IrdaAppletImpl();
33 virtual ~IrdaAppletImpl(); 33 virtual ~IrdaAppletImpl();
34 34
35 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 35 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
36 Q_REFCOUNT 36 Q_REFCOUNT
37 37
38 virtual QWidget *applet( QWidget *parent ); 38 virtual QWidget *applet( QWidget *parent );
39 virtual int position() const; 39 virtual int position() const;
40 40
41private: 41private:
42 IrdaApplet *irda; 42 IrdaApplet *irda;
43 ulong ref;
44}; 43};
45 44
46#endif 45#endif