diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:16:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:16:43 +0900 |
commit | 98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5 (patch) | |
tree | 14696ae072cd440bdaa10796be54ea2c7ac878ca /ksayit | |
parent | f0aa627443570c2274933fce17ffd4a9210375c1 (diff) | |
download | tdeaccessibility-98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5.tar.gz tdeaccessibility-98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.cpp | 2 | ||||
-rw-r--r-- | ksayit/KTTSD_Lib/kttsdlib.h | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/ksayit/KTTSD_Lib/kttsdlib.h b/ksayit/KTTSD_Lib/kttsdlib.h index 1a8782f..b2d2663 100644 --- a/ksayit/KTTSD_Lib/kttsdlib.h +++ b/ksayit/KTTSD_Lib/kttsdlib.h @@ -21,7 +21,7 @@ using namespace std; #include <tqwidget.h> #include <tqframe.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "kdeexportfix.h" // KDE includes |