From 12255d549f4826b23b99f4ead2aef4838f79cc84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 17:49:19 +0900 Subject: [PATCH] Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- src/kmplayer_def.h | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kmplayer_def.h b/src/kmplayer_def.h index 044be16..8e97957 100644 --- a/src/kmplayer_def.h +++ b/src/kmplayer_def.h @@ -28,7 +28,7 @@ #define ASSERT Q_ASSERT #endif -#include +#include #undef KDE_NO_CDTOR_EXPORT #undef TDE_NO_EXPORT diff --git a/src/main.cpp b/src/main.cpp index 1fcac51..4892529 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ email : #include #include #include -#include +#include #include #include