summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorak.h
Unidiff
Diffstat (limited to 'inputmethods/dvorak/dvorak.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dvorak/dvorak.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/inputmethods/dvorak/dvorak.h b/inputmethods/dvorak/dvorak.h
index 38ae338..216b5e5 100644
--- a/inputmethods/dvorak/dvorak.h
+++ b/inputmethods/dvorak/dvorak.h
@@ -23,6 +23,9 @@
23 23
24class QTimer; 24class QTimer;
25 25
26namespace Dvorak
27{
28
26class KeyboardConfig : public DictFilterConfig 29class KeyboardConfig : public DictFilterConfig
27{ 30{
28public: 31public:
@@ -101,3 +104,4 @@ private:
101 QTimer *repeatTimer; 104 QTimer *repeatTimer;
102}; 105};
103 106
107} // namespace Dvorak