diff options
Diffstat (limited to 'kdvi/psgs.cpp')
| -rw-r--r-- | kdvi/psgs.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/kdvi/psgs.cpp b/kdvi/psgs.cpp index 7551a12f..3e58c2f4 100644 --- a/kdvi/psgs.cpp +++ b/kdvi/psgs.cpp @@ -11,7 +11,7 @@  #include <kdebug.h>  #include <tdelocale.h>  #include <tdemessagebox.h> -#include <kprocio.h> +#include <tdeprocio.h>  #include <tdetempfile.h>  #include <kurl.h>  #include <tqdir.h> @@ -207,7 +207,7 @@ void ghostscript_interface::gs_generate_graphics_file(const PageNumber& page, co    // Step 2: Call GS with the File    TQFile::remove(filename.ascii()); -  KProcIO proc; +  TDEProcIO proc;    TQStringList argus;    argus << "gs";    argus << "-dSAFER" << "-dPARANOIDSAFER" << "-dDELAYSAFER" << "-dNOPAUSE" << "-dBATCH"; @@ -329,7 +329,7 @@ TQString ghostscript_interface::locateEPSfile(const TQString &filename, const KU    // Otherwise, use kpsewhich to find the eps file.    TQString EPSfilename; -  KProcIO proc; +  TDEProcIO proc;    proc << "kpsewhich" << filename;    proc.start(TDEProcess::Block);    proc.readln(EPSfilename); | 
