diff options
Diffstat (limited to 'kxkb/x11helper.h')
-rw-r--r-- | kxkb/x11helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kxkb/x11helper.h b/kxkb/x11helper.h index 042fb4ce5..8315dc446 100644 --- a/kxkb/x11helper.h +++ b/kxkb/x11helper.h @@ -3,6 +3,7 @@ #include <tqdict.h> #include <tqstringlist.h> +#include <tqwindowdefs.h> struct RulesInfo { @@ -36,6 +37,7 @@ public: static bool areLayoutsClean() { return m_layoutsClean; } static bool areSingleGroupsSupported(); + static void initializeTranslations(); }; #endif /*X11HELPER_H_*/ |