summaryrefslogtreecommitdiffstats
path: root/src/common/nokde/nokde_tdelocale.h
blob: 90b5f47a6d176480e03c102712ceb9be926b41c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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