summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet/notesappletimpl.h
Unidiff
Diffstat (limited to 'noncore/applets/notesapplet/notesappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notesappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/applets/notesapplet/notesappletimpl.h b/noncore/applets/notesapplet/notesappletimpl.h
index add9865..a87118c 100644
--- a/noncore/applets/notesapplet/notesappletimpl.h
+++ b/noncore/applets/notesapplet/notesappletimpl.h
@@ -9,28 +9,27 @@
9** 9**
10** 10**
11**********************************************************************/ 11**********************************************************************/
12#ifndef NOTESAPPLETIMPL_H 12#ifndef NOTESAPPLETIMPL_H
13#define NOTESAPPLETIMPL_H 13#define NOTESAPPLETIMPL_H
14 14
15#include <qpe/taskbarappletinterface.h> 15#include <qpe/taskbarappletinterface.h>
16 16
17class NotesApplet; 17class NotesApplet;
18 18
19class NotesAppletImpl : public TaskbarAppletInterface 19class NotesAppletImpl : public TaskbarAppletInterface
20{ 20{
21public: 21public:
22 NotesAppletImpl(); 22 NotesAppletImpl();
23 virtual ~NotesAppletImpl(); 23 virtual ~NotesAppletImpl();
24 24
25 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 25 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
26 Q_REFCOUNT 26 Q_REFCOUNT
27 27
28 virtual QWidget *applet( QWidget *parent ); 28 virtual QWidget *applet( QWidget *parent );
29 virtual int position() const; 29 virtual int position() const;
30 30
31private: 31private:
32 NotesApplet *notes; 32 NotesApplet *notes;
33 ulong ref;
34}; 33};
35 34
36#endif 35#endif