From 48b0f739cc2edb4e0450385ad25741cf9b382468 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Nov 2024 22:12:31 +0900 Subject: [PATCH] Don't use obsolete header kapp.h Signed-off-by: Michele Calgaro --- mathemagics/mathemagics.h | 2 +- mathemagics/optiondialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mathemagics/mathemagics.h b/mathemagics/mathemagics.h index 890b46e..3d2f6d3 100644 --- a/mathemagics/mathemagics.h +++ b/mathemagics/mathemagics.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include +#include #include #include #include diff --git a/mathemagics/optiondialog.cpp b/mathemagics/optiondialog.cpp index aac715e..0911e38 100644 --- a/mathemagics/optiondialog.cpp +++ b/mathemagics/optiondialog.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include