From 18a8b8d43577941388fa40666641f628860d6f7a Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Wed, 7 Feb 2024 08:03:16 +0300 Subject: kxkb: utilize a translations provseided by xkeyboard-config xkeyboard-config package comes with a message catalogue of its own to translate locale, keyboard model and xkb option names. It would be easier and more robust to utilize it instead of redoing all translation in-house. Signed-off-by: Alexander Golubev --- kxkb/kcmmisc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'kxkb/kcmmisc.cpp') diff --git a/kxkb/kcmmisc.cpp b/kxkb/kcmmisc.cpp index 6c7caa36e..c23b3cf6c 100644 --- a/kxkb/kcmmisc.cpp +++ b/kxkb/kcmmisc.cpp @@ -48,6 +48,7 @@ #include "kcmmisc.h" #include "kcmmiscwidget.h" +#include "x11helper.h" #include KeyboardConfig::KeyboardConfig (TQWidget * parent, const char *) -- cgit v1.2.1