summaryrefslogtreecommitdiffstats
path: root/kxkb/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'kxkb/extension.h')
-rw-r--r--kxkb/extension.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kxkb/extension.h b/kxkb/extension.h
index 82ea9231b..bf4293d2b 100644
--- a/kxkb/extension.h
+++ b/kxkb/extension.h
@@ -14,7 +14,7 @@ public:
static bool setXkbOptions(const TQString& options, bool resetOldOptions);
bool setLayout(const TQString& model,
- const TQString& tqlayout, const TQString& variant,
+ const TQString& layout, const TQString& variant,
const TQString& includeGroup, bool useCompiledLayouts=true);
bool setGroup(unsigned int group);
unsigned int getGroup() const;
@@ -25,12 +25,12 @@ private:
static TQMap<TQString, FILE*> fileCache;
bool setLayoutInternal(const TQString& model,
- const TQString& tqlayout, const TQString& variant,
+ const TQString& layout, const TQString& variant,
const TQString& includeGroup);
- bool compileCurrentLayout(const TQString& tqlayoutKey);
- bool setCompiledLayout(const TQString& tqlayoutKey);
+ bool compileCurrentLayout(const TQString& layoutKey);
+ bool setCompiledLayout(const TQString& layoutKey);
- TQString getPrecompiledLayoutFilename(const TQString& tqlayoutKey);
+ TQString getPrecompiledLayoutFilename(const TQString& layoutKey);
// void deletePrecompiledLayouts();
};