diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:17:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:37:36 +0900 |
commit | 1765b8f00d829aeccac5e3903decaa3b1de79a6f (patch) | |
tree | 7a5a6cd597aec15dfc88378f80f6b08436f813f4 /kicker/libkicker/simplebutton.h | |
parent | 1ad8b27cd0a32891b0bcca58c17e00c2bc65fc2a (diff) | |
download | tdebase-1765b8f00d829aeccac5e3903decaa3b1de79a6f.tar.gz tdebase-1765b8f00d829aeccac5e3903decaa3b1de79a6f.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8fca33b35b68d1deef3677ae5e50927bd7a5c78d)
Diffstat (limited to 'kicker/libkicker/simplebutton.h')
-rw-r--r-- | kicker/libkicker/simplebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/libkicker/simplebutton.h b/kicker/libkicker/simplebutton.h index d923eef55..ea91e6f91 100644 --- a/kicker/libkicker/simplebutton.h +++ b/kicker/libkicker/simplebutton.h @@ -24,7 +24,7 @@ #include <tqbutton.h> #include <tqpixmap.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDE_EXPORT SimpleButton : public TQButton { |