diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:16:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:16:43 +0900 |
commit | 98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5 (patch) | |
tree | 14696ae072cd440bdaa10796be54ea2c7ac878ca /ksayit/Freeverb_plugin/ksayitfreeverblib.cpp | |
parent | f0aa627443570c2274933fce17ffd4a9210375c1 (diff) | |
download | tdeaccessibility-98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5.tar.gz tdeaccessibility-98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.cpp')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp index 1141e68..418bae3 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp @@ -17,7 +17,7 @@ // KDE includes #include <kdebug.h> #include <tdelocale.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <arts/artsmodules.h> // App specific includes |