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/gui/application/StartupTester.cpp | |
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/gui/application/StartupTester.cpp')
-rw-r--r-- | src/gui/application/StartupTester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application/StartupTester.cpp b/src/gui/application/StartupTester.cpp index 84e84aa..54930fb 100644 --- a/src/gui/application/StartupTester.cpp +++ b/src/gui/application/StartupTester.cpp @@ -26,7 +26,7 @@ #include "misc/Debug.h" #include "gui/dialogs/LilyPondOptionsDialog.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tqmutex.h> #include <tqthread.h> #include <tqregexp.h> |