diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 20:02:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 20:06:49 +0900 |
| commit | cc4a08b772c0b1b1468b8b4a75eb8b6ecb2c83e0 (patch) | |
| tree | 57804ebc50fe9c4db5e90a4ea5171904c5247e10 /noatun-plugins | |
| parent | 422954ba01091a564503561d933261d9e338b02b (diff) | |
| download | tdeaddons-cc4a08b7.tar.gz tdeaddons-cc4a08b7.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb)
Diffstat (limited to 'noatun-plugins')
| -rw-r--r-- | noatun-plugins/synaescope/main.cpp | 2 | ||||
| -rw-r--r-- | noatun-plugins/tippercanoe/main.cpp | 2 | ||||
| -rw-r--r-- | noatun-plugins/tyler/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/synaescope/main.cpp b/noatun-plugins/synaescope/main.cpp index 4871d81..f2f3304 100644 --- a/noatun-plugins/synaescope/main.cpp +++ b/noatun-plugins/synaescope/main.cpp @@ -172,7 +172,7 @@ void warning(const char *str, bool) // fprintf(stderr,"(reason for error: %s)\n",strerror(errno)); } -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeglobal.h> #include <tdeconfig.h> diff --git a/noatun-plugins/tippercanoe/main.cpp b/noatun-plugins/tippercanoe/main.cpp index 24e81b9..46820e7 100644 --- a/noatun-plugins/tippercanoe/main.cpp +++ b/noatun-plugins/tippercanoe/main.cpp @@ -156,7 +156,7 @@ void warning(const char *, bool) fprintf(stderr,"(reason for error: %s)\n",strerror(errno));*/ } -#include <kinstance.h> +#include <tdeinstance.h> int main() { fcntl(STDIN_FILENO, F_SETFL, fcntl(STDIN_FILENO, F_GETFL) & ~O_NONBLOCK); diff --git a/noatun-plugins/tyler/main.cpp b/noatun-plugins/tyler/main.cpp index 40f639d..4cab74e 100644 --- a/noatun-plugins/tyler/main.cpp +++ b/noatun-plugins/tyler/main.cpp @@ -15,7 +15,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -#include <kinstance.h> +#include <tdeinstance.h> extern "C" { |
