diff --git a/acljobs.cpp b/acljobs.cpp index f0b16b06c..568a6f4bb 100644 --- a/acljobs.cpp +++ b/acljobs.cpp @@ -175,7 +175,7 @@ ACLJobs::GetACLJob::GetACLJob( const KURL& url, const QByteArray &packedArgs, void ACLJobs::GetACLJob::slotInfoMessage( KIO::Job*, const QString& str ) { // Parse the result - QStringList lst = QStringList::split( " ", str, true ); + QStringList lst = QStringList::split( "\"", str, true ); while ( lst.count() >= 2 ) // we take items 2 by 2 { QString user = lst.front(); lst.pop_front();