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 /kbstateapplet | |
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 'kbstateapplet')
-rw-r--r-- | kbstateapplet/kbstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp index 9de6931..5cd7e38 100644 --- a/kbstateapplet/kbstate.cpp +++ b/kbstateapplet/kbstate.cpp @@ -34,7 +34,7 @@ #include <knotifyclient.h> #include <tdeshortcut.h> #include <kkeynative.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <kprocess.h> #include "kdeexportfix.h" #include "kbstate.h" |