diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdecore/tdelocale.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdecore/tdelocale.h')
-rw-r--r-- | tdecore/tdelocale.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdelocale.h b/tdecore/tdelocale.h index 94cf704f1..4bee48dde 100644 --- a/tdecore/tdelocale.h +++ b/tdecore/tdelocale.h @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KLOCALE_H -#define _KLOCALE_H +#ifndef _TDELOCALE_H +#define _TDELOCALE_H #include <tqstring.h> #include <tdelibs_export.h> @@ -1188,7 +1188,7 @@ private: void initFormat(TDEConfig *config); /** - * @internal Initializes the catalogs appname, tdelibs and kio for all chosen languages. + * @internal Initializes the catalogs appname, tdelibs and tdeio for all chosen languages. * * @param config The configuration object used for init * @param useEnv True if we should use environment variables |