diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-05 22:07:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-05 22:07:15 +0000 |
commit | 421b60af92c83b889f8903c2898f2bd07186fcd8 (patch) | |
tree | ad873a24c9438baed4942fda795430a4c3dc9a9a /kbfxlib/common/kbfxthemesdata.h | |
parent | 39e896bddf25bf34cbf8be814d959181e2c1d1dd (diff) | |
download | kbfx-421b60af92c83b889f8903c2898f2bd07186fcd8.tar.gz kbfx-421b60af92c83b889f8903c2898f2bd07186fcd8.zip |
TQt4 port kbfx
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1230544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbfxlib/common/kbfxthemesdata.h')
-rw-r--r-- | kbfxlib/common/kbfxthemesdata.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kbfxlib/common/kbfxthemesdata.h b/kbfxlib/common/kbfxthemesdata.h index 5dd0bf1..19e494e 100644 --- a/kbfxlib/common/kbfxthemesdata.h +++ b/kbfxlib/common/kbfxthemesdata.h @@ -23,16 +23,16 @@ #define KBFX_THEMES_DATA_H #include <kdebug.h> -#include <qstringlist.h> +#include <tqstringlist.h> #include <kio/netaccess.h> #include <kstandarddirs.h> -#include <qmap.h> -#include <qdir.h> -#include <qfileinfo.h> +#include <tqmap.h> +#include <tqdir.h> +#include <tqfileinfo.h> #include "kbfxconfig.h" -typedef QMap<QString, QString> ThemesMap; +typedef TQMap<TQString, TQString> ThemesMap; /** * @author PhobosK <phobosk@mail.kbfx.org> @@ -43,7 +43,7 @@ class KbfxThemesData KbfxThemesData(); ~KbfxThemesData(); - ThemesMap setThemeList ( QString path ); + ThemesMap setThemeList ( TQString path ); private: ThemesMap m_themesMap; |