summaryrefslogtreecommitdiffstats
path: root/src/common/nokde/nokde_tdelocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/nokde/nokde_tdelocale.h')
-rw-r--r--src/common/nokde/nokde_tdelocale.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/common/nokde/nokde_tdelocale.h b/src/common/nokde/nokde_tdelocale.h
new file mode 100644
index 0000000..90b5f47
--- /dev/null
+++ b/src/common/nokde/nokde_tdelocale.h
@@ -0,0 +1,17 @@
+#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