Port usages of deprecated IndexedString::str() to non-deprecated API

Authored by mwolff.

Description

Port usages of deprecated IndexedString::str() to non-deprecated API

Instead use one of these patterns:

IndexedString indexedStr("...");
QString s = indexedStr.toString()
KUrl u = indexedStr.toUrl()
qDebug() << indexedStr

Details

Committed
mwolffJan 15 2013, 2:55 PM
Parents
R33:b42575495466: Port some code lines from IndexedString::str to ::toString()
Branches
Unknown
Tags
Unknown