summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet/notesappletimpl.h
Side-by-side diff
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 @@
**
**
**********************************************************************/
#ifndef NOTESAPPLETIMPL_H
#define NOTESAPPLETIMPL_H
#include <qpe/taskbarappletinterface.h>
class NotesApplet;
class NotesAppletImpl : public TaskbarAppletInterface
{
public:
NotesAppletImpl();
virtual ~NotesAppletImpl();
QRESULT queryInterface( const QUuid&, QUnknownInterface** );
Q_REFCOUNT
virtual QWidget *applet( QWidget *parent );
virtual int position() const;
private:
NotesApplet *notes;
- ulong ref;
};
#endif