summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorakimpl.h
Unidiff
Diffstat (limited to 'inputmethods/dvorak/dvorakimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--inputmethods/dvorak/dvorakimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inputmethods/dvorak/dvorakimpl.h b/inputmethods/dvorak/dvorakimpl.h
index bd9fa88..8cc4e25 100644
--- a/inputmethods/dvorak/dvorakimpl.h
+++ b/inputmethods/dvorak/dvorakimpl.h
@@ -49,12 +49,11 @@ public:
49 virtual QString name(); 49 virtual QString name();
50 virtual void onKeyPress( QObject *receiver, const char *slot ); 50 virtual void onKeyPress( QObject *receiver, const char *slot );
51 51
52private: 52private:
53 Dvorak::Keyboard *input; 53 Dvorak::Keyboard *input;
54 QPixmap *icn; 54 QPixmap *icn;
55 ulong ref;
56}; 55};
57 56
58} // anonymous namespace 57} // anonymous namespace
59 58
60#endif 59#endif