From kde-commits Tue Jul 22 17:50:29 2003 From: Martijn Klingens Date: Tue, 22 Jul 2003 17:50:29 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete X-MARC-Message: https://marc.info/?l=kde-commits&m=105889627021476 CVS commit by mklingens: I don't think anyone ever compiled Kopete with this code path until I fixed the #if KDE_VERSION, because it didn't even build... fixing compile for KDE HEAD M +1 -1 kopetecommandhandler.cpp 1.26 --- kdenonbeta/kopete/libkopete/kopetecommandhandler.cpp #1.25:1.26 @@ -177,5 +177,5 @@ void KopeteCommandHandler::slotExecComma KProcess *proc = 0L; #if KDE_IS_VERSION( 3, 1, 90 ) - if( kapp->authorized("shell_access") ) + if ( kapp->authorize( QString::fromLatin1( "shell_access" ) ) ) proc = new KProcess(manager); #else