summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:49:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:49:19 +0900
commit12255d549f4826b23b99f4ead2aef4838f79cc84 (patch)
tree577705f2f060e477983f4e823317c070b3097588 /src/main.cpp
parent22a46b7525fb4db31bdd603c7a18a9204144ef0f (diff)
downloadkmplayer-12255d549f4826b23b99f4ead2aef4838f79cc84.tar.gz
kmplayer-12255d549f4826b23b99f4ead2aef4838f79cc84.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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>