diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:16:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:16:54 +0900 |
commit | 2e300e62cd7088a4cdc0b4850eaf17fa9718bc52 (patch) | |
tree | 8bfacbcea9a1543a886b4b8752e79d1059a27d73 /kicker-applets/mediacontrol | |
parent | a46bb49d4b316e0c1826f3ca851374a8676342ab (diff) | |
download | tdeaddons-2e300e62cd7088a4cdc0b4850eaf17fa9718bc52.tar.gz tdeaddons-2e300e62cd7088a4cdc0b4850eaf17fa9718bc52.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker-applets/mediacontrol')
-rw-r--r-- | kicker-applets/mediacontrol/simplebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/mediacontrol/simplebutton.h b/kicker-applets/mediacontrol/simplebutton.h index 5e27981..ce06d21 100644 --- a/kicker-applets/mediacontrol/simplebutton.h +++ b/kicker-applets/mediacontrol/simplebutton.h @@ -24,7 +24,7 @@ #include <tqbutton.h> #include <tqpixmap.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDE_EXPORT SimpleButton : public TQButton { |