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 /noatun-plugins/tippercanoe | |
parent | 675a3dc445008f33a4400a89ad22db2c9670d913 (diff) | |
download | tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.tar.gz tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'noatun-plugins/tippercanoe')
-rw-r--r-- | noatun-plugins/tippercanoe/synaescope.cpp | 2 | ||||
-rw-r--r-- | noatun-plugins/tippercanoe/synaescope.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/tippercanoe/synaescope.cpp b/noatun-plugins/tippercanoe/synaescope.cpp index dfe6b17..a3c4219 100644 --- a/noatun-plugins/tippercanoe/synaescope.cpp +++ b/noatun-plugins/tippercanoe/synaescope.cpp @@ -11,7 +11,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tqframe.h> #include <tqregexp.h> diff --git a/noatun-plugins/tippercanoe/synaescope.h b/noatun-plugins/tippercanoe/synaescope.h index 84701c3..d8ff60e 100644 --- a/noatun-plugins/tippercanoe/synaescope.h +++ b/noatun-plugins/tippercanoe/synaescope.h @@ -12,7 +12,7 @@ #include <noatun/conversion.h> #include "syna.h" #include <noatun/plugin.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqwidget.h> #include <qxembed.h> |