diff options
Diffstat (limited to 'src/common/nokde/nokde_klocale.h')
-rw-r--r-- | src/common/nokde/nokde_klocale.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common/nokde/nokde_klocale.h b/src/common/nokde/nokde_klocale.h deleted file mode 100644 index 90b5f47..0000000 --- a/src/common/nokde/nokde_klocale.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef NOKDE_KLOCALE_H -#define NOKDE_KLOCALE_H - -#undef TDECORE_EXPORT -#define TDECORE_EXPORT - -#undef KDE_DEPRECATED -#define KDE_DEPRECATED - -#undef I18N_NOOP -#define I18N_NOOP(x) (x) -#include <tqstring.h> -inline TQString i18n(const TQString &text) { return text; } -extern TQString i18n(const TQString &index, const TQString &text); -extern TQString locate(const TQString &, const TQString &); - -#endif |