SVN commit 493131 by mlaurent: QString::null->QString M +1 -1 profileserver.cpp --- trunk/KDE/kdeutils/kdelirc/kdelirc/profileserver.cpp #493130:493131 @@ -84,7 +84,7 @@ { if(theProfiles[appId]) return theProfiles[appId]->serviceName(); - return QString::null; + return QString(); } const ProfileAction *ProfileServer::getAction(const QString &appId, const QString &objId, const QString &prototype) const