diff options
Diffstat (limited to 'kdvi/dviRenderer_prescan.cpp')
-rw-r--r-- | kdvi/dviRenderer_prescan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/dviRenderer_prescan.cpp b/kdvi/dviRenderer_prescan.cpp index aef00f4c..c285642c 100644 --- a/kdvi/dviRenderer_prescan.cpp +++ b/kdvi/dviRenderer_prescan.cpp @@ -22,7 +22,7 @@ #include <tdelocale.h> #include <kmimetype.h> #include <tdeprocess.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <kprogress.h> #include <tqapplication.h> #include <tqbitmap.h> @@ -290,7 +290,7 @@ void dviRenderer::prescan_ParsePSHeaderSpecial(const TQString& cp) // to find it. if (!TQFile::exists(_file)) { // Otherwise, use kpsewhich to find the eps file. - KProcIO proc; + TDEProcIO proc; proc << "kpsewhich" << cp; proc.start(TDEProcess::Block); proc.readln(_file); |