diff options
Diffstat (limited to 'kxkb/rules.h')
-rw-r--r-- | kxkb/rules.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kxkb/rules.h b/kxkb/rules.h index e7a6e8840..0a68f3dbf 100644 --- a/kxkb/rules.h +++ b/kxkb/rules.h @@ -3,6 +3,7 @@ #include <tqstring.h> #include <tqdict.h> +#include <tqstringlist.h> #include <tqmap.h> #include "layoutunit.h" @@ -21,6 +22,9 @@ public: TQString getLayoutName(LayoutUnit layout) const; + /// A helper to translate option description + static TQString trOpt(TQString opt); + protected: void loadRules(TQString filename, bool layoutsOnly=false); |