From kde-commits Sun Jan 01 17:12:34 2006 From: Laurent Montel Date: Sun, 01 Jan 2006 17:12:34 +0000 To: kde-commits Subject: KDE/kdeutils/kdelirc/kdelirc Message-Id: <1136135554.030361.2132.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113613558521671 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