diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
commit | 6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch) | |
tree | 9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /tdeprint/tdeprintfax | |
parent | ba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff) | |
download | tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.tar.gz tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/tdeprintfax')
-rw-r--r-- | tdeprint/tdeprintfax/faxctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/faxctrl.cpp b/tdeprint/tdeprintfax/faxctrl.cpp index 78074c55f..1e256a538 100644 --- a/tdeprint/tdeprintfax/faxctrl.cpp +++ b/tdeprint/tdeprintfax/faxctrl.cpp @@ -35,7 +35,7 @@ #include <tqvaluestack.h> #include <tqstylesheet.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeglobal.h> #include <tdeconfig.h> #include <tdelocale.h> |