diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:23:38 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:23:52 +0200 | 
| commit | c0165f8b48852a1aca782d606ba4f1ea48eee6ba (patch) | |
| tree | 433441689808ca741889b078407bc49fade746de /tracker-joystick | |
| parent | eb32a2ac02c6d1adcfeb0a1a5522f8aaea442489 (diff) | |
modules: now use i18n
Diffstat (limited to 'tracker-joystick')
| -rw-r--r-- | tracker-joystick/ftnoir_tracker_joystick.h | 5 | 
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"); }  };  | 
