summaryrefslogtreecommitdiffhomepage
path: root/tracker-joystick/ftnoir_tracker_joystick.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-05 03:23:38 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-05 03:23:52 +0200
commitc0165f8b48852a1aca782d606ba4f1ea48eee6ba (patch)
tree433441689808ca741889b078407bc49fade746de /tracker-joystick/ftnoir_tracker_joystick.h
parenteb32a2ac02c6d1adcfeb0a1a5522f8aaea442489 (diff)
modules: now use i18n
Diffstat (limited to 'tracker-joystick/ftnoir_tracker_joystick.h')
-rw-r--r--tracker-joystick/ftnoir_tracker_joystick.h5
1 files changed, 3 insertions, 2 deletions
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"); }
};