diff options
Diffstat (limited to 'gettext.h')
-rw-r--r-- | gettext.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ #define MYGETTEXT_H /* this is for the Qt based translations */ -extern const char *gettext(const char *); -#define translate(_context, arg) gettext(arg) +extern const char *trGettext(const char *); +#define translate(_context, arg) trGettext(arg) #define QT_TRANSLATE_NOOP(_context, arg) arg #endif // MYGETTEXT_H |