diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kxkb/extension.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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(); }; |