Remove qstringlist::split

svn path=/trunk/KDE/kdebase/kdepasswd/; revision=463532
This commit is contained in:
Laurent Montel 2005-09-24 12:04:15 +00:00
parent 9eacb9ba12
commit 0989b1ae42

View file

@ -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"