diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:27 +0900 |
| commit | 319f85acb1d120b8d776bfd15a64f793568d66fd (patch) | |
| tree | 868d0fe186f4478ceab78c28bbd97c28e7e74505 /kate/insertcommand/plugin_kateinsertcommand.cpp | |
| parent | 675a3dc445008f33a4400a89ad22db2c9670d913 (diff) | |
| download | tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.tar.gz tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/insertcommand/plugin_kateinsertcommand.cpp')
| -rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/insertcommand/plugin_kateinsertcommand.cpp b/kate/insertcommand/plugin_kateinsertcommand.cpp index c83a751..5351795 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.cpp +++ b/kate/insertcommand/plugin_kateinsertcommand.cpp @@ -38,7 +38,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <kgenericfactory.h> #include <tdeapplication.h> |
