diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 17:49:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:08:25 +0900 |
commit | 36694213cc27d70ca4b5c1dfee60d92684a78c0a (patch) | |
tree | e62f458a507cc764053c358f4fc216dc110e9c84 /src/main.cpp | |
parent | c5d77586845f1afdb3869941ed4612de6be566a0 (diff) | |
download | kmplayer-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.cpp | 2 |
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> |