summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/QtDasherImpl.h
Side-by-side diff
Diffstat (limited to 'inputmethods/dasher/QtDasherImpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dasher/QtDasherImpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inputmethods/dasher/QtDasherImpl.h b/inputmethods/dasher/QtDasherImpl.h
index c143dc3..69e278c 100644
--- a/inputmethods/dasher/QtDasherImpl.h
+++ b/inputmethods/dasher/QtDasherImpl.h
@@ -1,38 +1,37 @@
#ifndef QTDASHERIMPL_H
#define QTDASHERIMPL_H
#include <qpe/inputmethodinterface.h>
#include "QtDasherPlugin.h"
class QtDasher;
class QPixmap;
class QtDasherImpl : public InputMethodInterface
{
public:
QtDasherImpl();
virtual ~QtDasherImpl();
#ifndef QT_NO_COMPONENT
QRESULT queryInterface( const QUuid&, QUnknownInterface** );
Q_REFCOUNT
#endif
virtual QWidget *inputMethod( QWidget *parent, Qt::WFlags f );
virtual void resetState();
virtual QPixmap *icon();
virtual QString name();
virtual void onKeyPress( QObject *receiver, const char *slot );
private:
CDasherInterface *qtdasherinterface;
QtDasherPlugin *qtdasherwidget;
QPixmap *icn;
- ulong ref;
};
#endif