summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperApplet.h
blob: ef164dc269561f7ca8dafb9c86325af8c05e6eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef _KEY_HELPER_APPLET_H_
#define _KEY_HELPER_APPLET_H_

#if 0
#include <qpe/taskbarappletinterface.h>
#include "KeyHelperWidget.h"

class KeyHelperApplet : public TaskbarAppletInterface
{
public:
    KeyHelperApplet();
    virtual ~KeyHelperApplet();

    QRESULT queryInterface(const QUuid&, QUnknownInterface**);
    Q_REFCOUNT

    virtual QWidget* applet(QWidget* parent);
    virtual int position() const;
private:
    KeyHelperWidget* widget;
    ulong ref;
};

#endif

#endif /* _KEY_HELPER_APPLET_H_ */