summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/QtDasherImpl.h
Unidiff
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
@@ -25,13 +25,12 @@ public:
25 virtual void onKeyPress( QObject *receiver, const char *slot ); 25 virtual void onKeyPress( QObject *receiver, const char *slot );
26 26
27private: 27private:
28 CDasherInterface *qtdasherinterface; 28 CDasherInterface *qtdasherinterface;
29 QtDasherPlugin *qtdasherwidget; 29 QtDasherPlugin *qtdasherwidget;
30 QPixmap *icn; 30 QPixmap *icn;
31 ulong ref;
32}; 31};
33 32
34#endif 33#endif
35 34
36 35
37 36