diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /tdecore/klocale.h | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'tdecore/klocale.h')
-rw-r--r-- | tdecore/klocale.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/klocale.h b/tdecore/klocale.h index e94143fb6..4359da4af 100644 --- a/tdecore/klocale.h +++ b/tdecore/klocale.h @@ -23,7 +23,7 @@ #define _KLOCALE_H #include <tqstring.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class TQStringList; class TQTextCodec; @@ -1188,7 +1188,7 @@ private: void initFormat(KConfig *config); /** - * @internal Initializes the catalogs appname, kdelibs and kio for all chosen languages. + * @internal Initializes the catalogs appname, tdelibs and kio for all chosen languages. * * @param config The configuration object used for init * @param useEnv True if we should use environment variables @@ -1283,14 +1283,14 @@ private: */ void initPluralTypes( ); /** - * @internal Find the plural type for a language. Look this up in the corresponding kdelibs.po. + * @internal Find the plural type for a language. Look this up in the corresponding tdelibs.po. * * @param language The language to examine */ int pluralType( const TQString & language ); /** - * @internal Find the plural type information for a given catalog. This catalog will be a kdelibs.mo. Method + * @internal Find the plural type information for a given catalog. This catalog will be a tdelibs.mo. Method * just exists to make code more readable. * * @param language The language to examine |