summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 17:49:19 +0900
committerMichele Calgaro <[email protected]>2024-07-01 19:08:25 +0900
commit36694213cc27d70ca4b5c1dfee60d92684a78c0a (patch)
treee62f458a507cc764053c358f4fc216dc110e9c84
parentc5d77586845f1afdb3869941ed4612de6be566a0 (diff)
downloadkmplayer-36694213cc27d70ca4b5c1dfee60d92684a78c0a.tar.gz
kmplayer-36694213cc27d70ca4b5c1dfee60d92684a78c0a.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 12255d549f4826b23b99f4ead2aef4838f79cc84)
-rw-r--r--src/kmplayer_def.h2
-rw-r--r--src/main.cpp2
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 <kdemacros.h>
+#include <tdemacros.h>
#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 <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <dcopclient.h>
#include <tqguardedptr.h>