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

List:       kde-commits
Subject:    koffice/libs/kofficecore
From:       Laurent Montel <montel () kde ! org>
Date:       2007-03-27 8:36:34
Message-ID: 1174984594.384334.13794.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 647055 by mlaurent:

compile++


 M  +2 -2      KoPictureEps.cpp  


--- trunk/koffice/libs/kofficecore/KoPictureEps.cpp #647054:647055
@@ -37,7 +37,7 @@
 #include <kdebug.h>
 #include <kdeversion.h>
 #include <ktemporaryfile.h>
-#include <kprocess.h>
+#include <k3process.h>
 
 #include "KoPictureKey.h"
 #include "KoPictureBase.h"
@@ -119,7 +119,7 @@
     // create GS command line
 
     QString cmdBuf ( "gs -sOutputFile=" );
-    cmdBuf += KProcess::quote(tmpFile.fileName());
+    cmdBuf += K3Process::quote(tmpFile.fileName());
     cmdBuf += " -q -g";
     cmdBuf += QString::number( wantedWidth );
     cmdBuf += 'x';
[prev in list] [next in list] [prev in thread] [next in thread] 

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