CCMAIL: zecke@selfish.org
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678434
{
bool validCategory = false;
{
bool validCategory = false;
- const QChar* currA = data.toString().toUpper().unicode(); // iterator over a
+ const QString str(data.toString().toUpper());
+ const QChar* currA = str.unicode();
while (!currA->isNull() && !validCategory) {
if (currA->isLetter())
validCategory = true;
while (!currA->isNull() && !validCategory) {
if (currA->isLetter())
validCategory = true;