summaryrefslogtreecommitdiffstats
path: root/src/languages/gpasm.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:35:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:35:26 +0900
commite8b74729c4708682276e290efcdb0cb229145161 (patch)
tree938df47c845c647c7389b30a13a7e0cff6a93d65 /src/languages/gpasm.cpp
parent73e7a6890630dd42080e460abf962b3e1abba8ca (diff)
downloadktechlab-e8b74729c4708682276e290efcdb0cb229145161.tar.gz
ktechlab-e8b74729c4708682276e290efcdb0cb229145161.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/languages/gpasm.cpp')
-rw-r--r--src/languages/gpasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/languages/gpasm.cpp b/src/languages/gpasm.cpp
index 92dc0db..4dcdd92 100644
--- a/src/languages/gpasm.cpp
+++ b/src/languages/gpasm.cpp
@@ -17,7 +17,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqregexp.h>
Gpasm::Gpasm( ProcessChain *processChain, KTechlab * parent )