summaryrefslogtreecommitdiffstats
path: root/src/languages/gpasm.cpp
diff options
context:
space:
mode:
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 )