summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorakimpl.h
Side-by-side diff
Diffstat (limited to 'inputmethods/dvorak/dvorakimpl.h') (more/less context) (ignore 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
@@ -43,18 +43,17 @@ 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:
Dvorak::Keyboard *input;
QPixmap *icn;
- ulong ref;
};
} // anonymous namespace
#endif