summaryrefslogtreecommitdiffstats
path: root/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext.h')
-rw-r--r--gettext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext.h b/gettext.h
index d3283998d..5f987c1a4 100644
--- a/gettext.h
+++ b/gettext.h
@@ -3,7 +3,7 @@
/* this is for the Qt based translations */
extern const char *gettext(const char *);
-#define tr(arg) gettext(arg)
-#define QT_TR_NOOP(arg) arg
+#define translate(_context, arg) gettext(arg)
+#define QT_TRANSLATE_NOOP(_context, arg) arg
#endif // MYGETTEXT_H