diff options
Diffstat (limited to 'juk/mediafiles.h')
-rw-r--r-- | juk/mediafiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/mediafiles.h b/juk/mediafiles.h index 342739e7..0b5c87a1 100644 --- a/juk/mediafiles.h +++ b/juk/mediafiles.h @@ -80,7 +80,7 @@ namespace MediaFiles * from the result (so result.size() may be < urlList.size()). * * @param urlList list of file names or URLs to convert. - * @param w KIO may need the widget to handle user interaction. + * @param w TDEIO may need the widget to handle user interaction. * @return list of all local files in urlList, converted to absolute paths. */ TQStringList convertURLsToLocal(const TQStringList &urlList, TQWidget *w = 0); |