diff options
Diffstat (limited to 'kdvi/fontpool.cpp')
-rw-r--r-- | kdvi/fontpool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/fontpool.cpp b/kdvi/fontpool.cpp index 4211ec16..02d6d58d 100644 --- a/kdvi/fontpool.cpp +++ b/kdvi/fontpool.cpp @@ -11,7 +11,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdeprocess.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <math.h> #include <tqapplication.h> #include <tqfile.h> @@ -300,7 +300,7 @@ void fontPool::locateFonts(bool makePK, bool locateTFMonly, bool *virtualFontsFo TQStringList shellProcessCmdLine; - KProcIO kpsewhichIO; + TDEProcIO kpsewhichIO; // If PK fonts are generated, the kpsewhich command will re-route // the output of MetaFont into its stderr. Here we make sure this // output is intercepted and parsed. |