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:36:39 +0900 |
commit | de5e54fdc1976c87b34699e520b4d495b5eb31cb (patch) | |
tree | e89e32984b042131fc4a3144a9b7272094da4696 /kbstateapplet/kbstate.cpp | |
parent | c7993d855db890e2fb9eb67e36634ba5aea1ffc7 (diff) | |
download | tdeaccessibility-de5e54fdc1976c87b34699e520b4d495b5eb31cb.tar.gz tdeaccessibility-de5e54fdc1976c87b34699e520b4d495b5eb31cb.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5)
Diffstat (limited to 'kbstateapplet/kbstate.cpp')
-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" |