diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:58 +0900 |
commit | c494697a52aa5a596a2996b493120491c5d639b0 (patch) | |
tree | 054879394268013606f53aa11f1ac09433180d38 | |
parent | b93c9f3bc84d890d8ff4715abb980f0d2c485af1 (diff) | |
download | kbarcode-master.tar.gz kbarcode-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kbarcode/pixmapbarcode.cpp | 2 | ||||
-rw-r--r-- | kbarcode/tbarcode2.cpp | 2 |
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() |