summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/m3u/kfile_m3u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/m3u/kfile_m3u.cpp')
-rw-r--r--kfile-plugins/m3u/kfile_m3u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/m3u/kfile_m3u.cpp b/kfile-plugins/m3u/kfile_m3u.cpp
index 12c3315c..5fff1a08 100644
--- a/kfile-plugins/m3u/kfile_m3u.cpp
+++ b/kfile-plugins/m3u/kfile_m3u.cpp
@@ -75,7 +75,7 @@ bool KM3uPlugin::readInfo( KFileMetaInfo& info, uint )
if (s.endsWith("\n")) s.truncate(s.length()-1);
if (!s.stripWhiteSpace().isEmpty()) {
- appendItem(group, i18n("Track %1").tqarg(num, 3), s);
+ appendItem(group, i18n("Track %1").arg(num, 3), s);
num++;
}
}