diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:10 +0900 |
commit | 8fca33b35b68d1deef3677ae5e50927bd7a5c78d (patch) | |
tree | 960ab0c6e0bf261a84d84a5b041d238ca12b0ab1 /khotkeys | |
parent | 5f44af37f355ff6f67bba364d8ff8d34e9bbd68c (diff) | |
download | tdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.tar.gz tdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/shared/khlistview.h | 2 | ||||
-rw-r--r-- | khotkeys/shared/sound.h | 2 | ||||
-rw-r--r-- | khotkeys/shared/soundrecorder.h | 2 | ||||
-rw-r--r-- | khotkeys/shared/triggers.h | 2 | ||||
-rw-r--r-- | khotkeys/shared/voicesignature.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/khotkeys/shared/khlistview.h b/khotkeys/shared/khlistview.h index 7f89cd62b..01fbf9e28 100644 --- a/khotkeys/shared/khlistview.h +++ b/khotkeys/shared/khlistview.h @@ -14,7 +14,7 @@ #include <tqtimer.h> #include <tdelistview.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace KHotKeys { diff --git a/khotkeys/shared/sound.h b/khotkeys/shared/sound.h index 28dfeb0b6..f62eb2855 100644 --- a/khotkeys/shared/sound.h +++ b/khotkeys/shared/sound.h @@ -22,7 +22,7 @@ #include <tqmemarray.h> #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /** @author Olivier Goffart diff --git a/khotkeys/shared/soundrecorder.h b/khotkeys/shared/soundrecorder.h index 54324f27f..5f0ffe9fe 100644 --- a/khotkeys/shared/soundrecorder.h +++ b/khotkeys/shared/soundrecorder.h @@ -22,7 +22,7 @@ #include <tqobject.h> #include "sound.h" -#include <kdemacros.h> +#include <tdemacros.h> class KLibrary; diff --git a/khotkeys/shared/triggers.h b/khotkeys/shared/triggers.h index ddc757e30..681f784b7 100644 --- a/khotkeys/shared/triggers.h +++ b/khotkeys/shared/triggers.h @@ -14,7 +14,7 @@ #include <tqptrlist.h> #include <tqtimer.h> #include <tqmap.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "khotkeysglobal.h" #include "voicesignature.h" diff --git a/khotkeys/shared/voicesignature.h b/khotkeys/shared/voicesignature.h index 7b29802a2..e0f31bb31 100644 --- a/khotkeys/shared/voicesignature.h +++ b/khotkeys/shared/voicesignature.h @@ -23,7 +23,7 @@ #include <tqmemarray.h> #include <tqmap.h> -#include <kdemacros.h> +#include <tdemacros.h> class Sound; class TDEConfigBase; |