mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Remove qstringlist::split
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=463532
This commit is contained in:
parent
9eacb9ba12
commit
0989b1ae42
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ inline KURL *KCMUserAccount::decodeImgDrop(QDropEvent *e, QWidget *wdg)
|
|||
if( KImageIO::canRead(KImageIO::type(url->fileName())) )
|
||||
return url;
|
||||
|
||||
QStringList qs = QStringList::split('\n', KImageIO::pattern());
|
||||
QStringList qs = KImageIO::pattern().split( '\n');
|
||||
qs.remove(qs.begin());
|
||||
|
||||
QString msg = i18n( "%1 does not appear to be an image file.\n"
|
||||
|
|
Loading…
Reference in a new issue