--- qsampler/trunk/src/qsamplerOptionsForm.cpp 2019/12/11 11:52:13 3653 +++ qsampler/trunk/src/qsamplerOptionsForm.cpp 2019/12/11 15:27:16 3654 @@ -34,13 +34,8 @@ #include -// Translatable macro contextualizer. -#undef _TR -#define _TR(x) QT_TR_NOOP(x) - - // Default (empty/blank) name. -static const char *g_pszDefName = _TR("(default)"); +static const char *g_pszDefName = QT_TRANSLATE_NOOP("qsamplerOptionsForm", "(default)"); namespace QSampler {