diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:29 +0100 |
commit | d361f57c8064ce13a0478653050b169dc94e2e99 (patch) | |
tree | 73613b75bc4e6533455b6c3ad79c3fa39b8554fb /tracker-test | |
parent | 2ab18fd01bc7c46043429511a3801846b998c749 (diff) |
compat/util: retire
Adjust usages.
Diffstat (limited to 'tracker-test')
-rw-r--r-- | tracker-test/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <cmath> @@ -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"); } }; |