summaryrefslogtreecommitdiffhomepage
path: root/tracker-s2bot/ftnoir_tracker_s2bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-s2bot/ftnoir_tracker_s2bot.h')
-rw-r--r--tracker-s2bot/ftnoir_tracker_s2bot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tracker-s2bot/ftnoir_tracker_s2bot.h b/tracker-s2bot/ftnoir_tracker_s2bot.h
index eddf58f4..b05a226c 100644
--- a/tracker-s2bot/ftnoir_tracker_s2bot.h
+++ b/tracker-s2bot/ftnoir_tracker_s2bot.h
@@ -65,8 +65,9 @@ private slots:
class meta_s2bot : public Metadata
{
-public:
- QString name() { return otr_tr("S2Bot receiver"); }
+ Q_OBJECT
+
+ QString name() { return tr("S2Bot receiver"); }
QIcon icon() { return QIcon(":/s2bot.png"); }
};