From d361f57c8064ce13a0478653050b169dc94e2e99 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jan 2018 19:35:08 +0100 Subject: compat/util: retire Adjust usages. --- tracker-test/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tracker-test') diff --git a/tracker-test/test.h b/tracker-test/test.h index 0d1c9b8d..0f71005f 100644 --- a/tracker-test/test.h +++ b/tracker-test/test.h @@ -2,6 +2,7 @@ #include "ui_test.h" #include "api/plugin-api.hpp" #include "compat/timer.hpp" +#include "compat/macros.hpp" #include @@ -36,7 +37,7 @@ private slots: class test_metadata : public Metadata { public: - QString name() { return otr_tr("Testing - sine wave"); } + QString name() { return _("Testing - sine wave"); } QIcon icon() { return QIcon(":/images/facetracknoir.png"); } }; -- cgit v1.2.3