[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/khotkeys/shared
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2005-10-31 20:55:59
Message-ID: 1130792159.770430.28954.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 476200 by osterfeld:

compile


 M  +2 -1      actions.cpp  


--- trunk/KDE/kdebase/khotkeys/shared/actions.cpp #476199:476200
@@ -28,6 +28,7 @@
 #include <klocale.h>
 #include <kaccel.h>
 #include <kservice.h>
+#include <ksharedptr.h>
 #include <kprocess.h>
 
 #include "windows.h"
@@ -149,7 +150,7 @@
             if( !uri.hasArgsAndOptions())
                 {
                 KService::Ptr service = KService::serviceByDesktopName( cmd );
-                if( service != NULL )
+                if( service != (KService*)0 )
                     {
                     KRun::run( *service, KURL::List());
                   break;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic