summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
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 /src/main.cpp
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)
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>