summaryrefslogtreecommitdiffstats
path: root/kdvi/fontpool.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 13:35:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-16 13:35:52 +0900
commit1ef9742d3d820a6c121532461266079ad3d2a84b (patch)
tree14a24ccfeeb5e4405ba2f4ba11c350da2946c6c2 /kdvi/fontpool.cpp
parent7e1f58b3915521f62a4a11d66254f9c20f64cc0c (diff)
downloadtdegraphics-1ef9742d3d820a6c121532461266079ad3d2a84b.tar.gz
tdegraphics-1ef9742d3d820a6c121532461266079ad3d2a84b.zip
Use TDEProcIO classHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdvi/fontpool.cpp')
-rw-r--r--kdvi/fontpool.cpp4
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.