diff options
Diffstat (limited to 'src/languages/gpasm.cpp')
-rw-r--r-- | src/languages/gpasm.cpp | 2 |
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 ) |