summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorak.h
Side-by-side diff
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 @@
class QTimer;
+namespace Dvorak
+{
+
class KeyboardConfig : public DictFilterConfig
{
public:
@@ -101,3 +104,4 @@ private:
QTimer *repeatTimer;
};
+} // namespace Dvorak