summaryrefslogtreecommitdiffstats
path: root/src/common/nokde/nokde_klocale.h
blob: 9a3e361f8e98c7c980436949c4fc59b42357cbd3 (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 KDECORE_EXPORT
#define KDECORE_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