diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 17:49:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 17:49:09 +0900 |
commit | 056301e4b5dbf6f4c606ae34c340d3cdf2480ae1 (patch) | |
tree | 85e283f731d88f5f7265bf74c182c0b340d575f5 /libk3bdevice | |
parent | d2261e523869ad79a989ad2159ed3702daa8f823 (diff) | |
download | k3b-056301e4b5dbf6f4c606ae34c340d3cdf2480ae1.tar.gz k3b-056301e4b5dbf6f4c606ae34c340d3cdf2480ae1.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3bdevice')
-rw-r--r-- | libk3bdevice/k3bconnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bconnection.h b/libk3bdevice/k3bconnection.h index 9deb458..07bb0c2 100644 --- a/libk3bdevice/k3bconnection.h +++ b/libk3bdevice/k3bconnection.h @@ -25,7 +25,7 @@ #include <tqobject.h> #include <tqmap.h> #include <tqstringlist.h> -#include <kdemacros.h> +#include <tdemacros.h> #ifdef HAVE_TDEHWLIB class TDEGenericDevice; |