summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:54:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:54:58 +0900
commitc494697a52aa5a596a2996b493120491c5d639b0 (patch)
tree054879394268013606f53aa11f1ac09433180d38
parentb93c9f3bc84d890d8ff4715abb980f0d2c485af1 (diff)
downloadkbarcode-c494697a52aa5a596a2996b493120491c5d639b0.tar.gz
kbarcode-c494697a52aa5a596a2996b493120491c5d639b0.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kbarcode/pixmapbarcode.cpp2
-rw-r--r--kbarcode/tbarcode2.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/pixmapbarcode.cpp b/kbarcode/pixmapbarcode.cpp
index 2b682c0..5ca8584 100644
--- a/kbarcode/pixmapbarcode.cpp
+++ b/kbarcode/pixmapbarcode.cpp
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <tdeapplication.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <tqbuffer.h>
diff --git a/kbarcode/tbarcode2.cpp b/kbarcode/tbarcode2.cpp
index 5892d81..af0d9e0 100644
--- a/kbarcode/tbarcode2.cpp
+++ b/kbarcode/tbarcode2.cpp
@@ -23,7 +23,7 @@
#include <tqdom.h>
#include <tqfile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
TBarcodeOptions::TBarcodeOptions()