diff options
Diffstat (limited to 'languages/ruby/debugger/dbgcontroller.cpp')
-rw-r--r-- | languages/ruby/debugger/dbgcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/debugger/dbgcontroller.cpp b/languages/ruby/debugger/dbgcontroller.cpp index 7ee560b7..51e01c30 100644 --- a/languages/ruby/debugger/dbgcontroller.cpp +++ b/languages/ruby/debugger/dbgcontroller.cpp @@ -20,7 +20,7 @@ ***************************************************************************/ #include "dbgcontroller.h" -#include <kprocess.h> +#include <tdeprocess.h> /***************************************************************************/ |