Macro qtTrIdx() replaced by tr() and QT_TRANSLATE_NOOP()
[mafwsubrenderer] / qmafw-gst-subtitles-renderer / applet / subtitlesapplet.cpp
index 986c872..44270af 100644 (file)
@@ -60,7 +60,7 @@ SubtitlesApplet::constructStylableWidget (int widgetId)
 
 QString SubtitlesApplet::title () const
 {
-    return qtTrId ("Subtitles");
+    return tr ("Subtitles");
 }
 
 QVector<MAction*>