diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:06:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:06:27 +0900 |
commit | 319f85acb1d120b8d776bfd15a64f793568d66fd (patch) | |
tree | 868d0fe186f4478ceab78c28bbd97c28e7e74505 /kate/make/plugin_katemake.h | |
parent | 675a3dc445008f33a4400a89ad22db2c9670d913 (diff) | |
download | tdeaddons-master.tar.gz tdeaddons-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/make/plugin_katemake.h')
-rw-r--r-- | kate/make/plugin_katemake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h index ac06b73..d406174 100644 --- a/kate/make/plugin_katemake.h +++ b/kate/make/plugin_katemake.h @@ -45,7 +45,7 @@ class TQRegExp; #include <kdockwidget.h> #include <kiconloader.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetempfile.h> class PluginKateMakeView : public TQListView, public KXMLGUIClient |