From c0165f8b48852a1aca782d606ba4f1ea48eee6ba Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 5 Apr 2018 03:23:38 +0200 Subject: modules: now use i18n --- tracker-joystick/ftnoir_tracker_joystick.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tracker-joystick/ftnoir_tracker_joystick.h') diff --git a/tracker-joystick/ftnoir_tracker_joystick.h b/tracker-joystick/ftnoir_tracker_joystick.h index f84a13d2..c61a1c8f 100644 --- a/tracker-joystick/ftnoir_tracker_joystick.h +++ b/tracker-joystick/ftnoir_tracker_joystick.h @@ -71,8 +71,9 @@ private slots: class joystickDll : public Metadata { -public: - QString name() { return otr_tr("Joystick input"); } + Q_OBJECT + + QString name() { return tr("Joystick input"); } QIcon icon() { return QIcon(":/images/opentrack.png"); } }; -- cgit v1.2.3