summaryrefslogtreecommitdiff
path: root/inputmethods/handwriting/handwritingimpl.h
Side-by-side diff
Diffstat (limited to 'inputmethods/handwriting/handwritingimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/handwriting/handwritingimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inputmethods/handwriting/handwritingimpl.h b/inputmethods/handwriting/handwritingimpl.h
index 1215853..4297c8c 100644
--- a/inputmethods/handwriting/handwritingimpl.h
+++ b/inputmethods/handwriting/handwritingimpl.h
@@ -36,16 +36,15 @@ public:
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:
QIMPenInput *input;
QPixmap *icn;
- ulong ref;
};
#endif