summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 17:49:19 +0900
committerMichele Calgaro <[email protected]>2024-07-01 17:49:19 +0900
commit12255d549f4826b23b99f4ead2aef4838f79cc84 (patch)
tree577705f2f060e477983f4e823317c070b3097588
parent22a46b7525fb4db31bdd603c7a18a9204144ef0f (diff)
downloadkmplayer-12255d549f4826b23b99f4ead2aef4838f79cc84.tar.gz
kmplayer-12255d549f4826b23b99f4ead2aef4838f79cc84.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
-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>