summaryrefslogtreecommitdiffstats
path: root/src/gui/application/StartupTester.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
commit4511685ee8a3caaf3220ffade5218c2e37fe91b1 (patch)
tree28f488630ec46282d713db6b2da068f08b50c7f5 /src/gui/application/StartupTester.cpp
parent439182b72407f6b11079eb2a0ce1a091d0f17b2e (diff)
downloadrosegarden-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.cpp2
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>