diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:46:37 +0900 |
commit | 4511685ee8a3caaf3220ffade5218c2e37fe91b1 (patch) | |
tree | 28f488630ec46282d713db6b2da068f08b50c7f5 /src/misc/stableheaders.h | |
parent | 439182b72407f6b11079eb2a0ce1a091d0f17b2e (diff) | |
download | rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.tar.gz rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/misc/stableheaders.h')
-rw-r--r-- | src/misc/stableheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h index 994161b..cb0a427 100644 --- a/src/misc/stableheaders.h +++ b/src/misc/stableheaders.h @@ -182,7 +182,7 @@ #include <kpixmapeffect.h> #include <tdepopupmenu.h> #include <kprinter.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kpushbutton.h> #include <ksqueezedtextlabel.h> #include <kstandarddirs.h> |