diff options
Diffstat (limited to 'kxkb/extension.h')
-rw-r--r-- | kxkb/extension.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kxkb/extension.h b/kxkb/extension.h index 24a0324bc..bf4293d2b 100644 --- a/kxkb/extension.h +++ b/kxkb/extension.h @@ -12,25 +12,25 @@ public: bool init(); void reset(); - static bool setXkbOptions(const QString& options, bool resetOldOptions); - bool setLayout(const QString& model, - const QString& layout, const QString& variant, - const QString& includeGroup, bool useCompiledLayouts=true); + static bool setXkbOptions(const TQString& options, bool resetOldOptions); + bool setLayout(const TQString& model, + const TQString& layout, const TQString& variant, + const TQString& includeGroup, bool useCompiledLayouts=true); bool setGroup(unsigned int group); unsigned int getGroup() const; private: Display *m_dpy; - QString m_tempDir; - static QMap<QString, FILE*> fileCache; + TQString m_tempDir; + static TQMap<TQString, FILE*> fileCache; - bool setLayoutInternal(const QString& model, - const QString& layout, const QString& variant, - const QString& includeGroup); - bool compileCurrentLayout(const QString& layoutKey); - bool setCompiledLayout(const QString& layoutKey); + bool setLayoutInternal(const TQString& model, + const TQString& layout, const TQString& variant, + const TQString& includeGroup); + bool compileCurrentLayout(const TQString& layoutKey); + bool setCompiledLayout(const TQString& layoutKey); - QString getPrecompiledLayoutFilename(const QString& layoutKey); + TQString getPrecompiledLayoutFilename(const TQString& layoutKey); // void deletePrecompiledLayouts(); }; |