From eb74bbed10d28a8e0035087c59c6a25c7403a618 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Nov 2024 13:54:56 +0900 Subject: Don't use obsolete header kapp.h Signed-off-by: Michele Calgaro --- doc/other/tdepacman-api/tdepacman_h.html | 2 +- tdepacman/board.cpp | 2 +- tdepacman/keys.cpp | 2 +- tdepacman/keys.h | 2 +- tdepacman/painter.cpp | 2 +- tdepacman/painter.h | 2 +- tdepacman/referee.cpp | 2 +- tdepacman/referee.h | 2 +- tdepacman/score.cpp | 2 +- tdepacman/score.h | 2 +- tdepacman/status.cpp | 2 +- tdepacman/status.h | 2 +- tdepacman/tdepacman.h | 2 +- tdepacman/tdepacmanview.cpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/other/tdepacman-api/tdepacman_h.html b/doc/other/tdepacman-api/tdepacman_h.html index b0d16ac..59d9673 100644 --- a/doc/other/tdepacman-api/tdepacman_h.html +++ b/doc/other/tdepacman-api/tdepacman_h.html @@ -50,7 +50,7 @@ #include #endif -#include +#include #include /** TDEpacman is the base class of the project */ diff --git a/tdepacman/board.cpp b/tdepacman/board.cpp index 621a086..fc092c4 100644 --- a/tdepacman/board.cpp +++ b/tdepacman/board.cpp @@ -1,4 +1,4 @@ -#include +#include #include diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp index 7b879b4..c538c0e 100644 --- a/tdepacman/keys.cpp +++ b/tdepacman/keys.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/tdepacman/keys.h b/tdepacman/keys.h index 1688871..33b6f2d 100644 --- a/tdepacman/keys.h +++ b/tdepacman/keys.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include +#include #include #include diff --git a/tdepacman/painter.cpp b/tdepacman/painter.cpp index 4c897c8..b924f35 100644 --- a/tdepacman/painter.cpp +++ b/tdepacman/painter.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/tdepacman/painter.h b/tdepacman/painter.h index a15c615..09adcaa 100644 --- a/tdepacman/painter.h +++ b/tdepacman/painter.h @@ -1,7 +1,7 @@ #ifndef PAINTER_H #define PAINTER_H -#include +#include #include #include diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp index 1daec16..9c9adc4 100644 --- a/tdepacman/referee.cpp +++ b/tdepacman/referee.cpp @@ -1,6 +1,6 @@ #include -#include +#include #include #include diff --git a/tdepacman/referee.h b/tdepacman/referee.h index ba23d69..b494d09 100644 --- a/tdepacman/referee.h +++ b/tdepacman/referee.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include +#include #include #include diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp index 7d81ce7..b0dd5c9 100644 --- a/tdepacman/score.cpp +++ b/tdepacman/score.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include #include #include diff --git a/tdepacman/score.h b/tdepacman/score.h index 8808c00..031a242 100644 --- a/tdepacman/score.h +++ b/tdepacman/score.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include +#include #include #include diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp index 3924bbb..ef8bfd0 100644 --- a/tdepacman/status.cpp +++ b/tdepacman/status.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/tdepacman/status.h b/tdepacman/status.h index f54a63e..90536ca 100644 --- a/tdepacman/status.h +++ b/tdepacman/status.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include +#include #include #include diff --git a/tdepacman/tdepacman.h b/tdepacman/tdepacman.h index 22fe4c0..8438277 100644 --- a/tdepacman/tdepacman.h +++ b/tdepacman/tdepacman.h @@ -29,7 +29,7 @@ #include //include files for TDE -#include +#include #include #include #include diff --git a/tdepacman/tdepacmanview.cpp b/tdepacman/tdepacmanview.cpp index c76beae..23a19ad 100644 --- a/tdepacman/tdepacmanview.cpp +++ b/tdepacman/tdepacmanview.cpp @@ -19,7 +19,7 @@ #include // include files for TDE -#include +#include #include #include -- cgit v1.2.1