diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:47 +0900 |
commit | 7b4cba1ce579d4f4fed8d98fc42dc47211943ee8 (patch) | |
tree | 54c36764988be2a11341fe518dc97ceddeae2411 /kbabel/kbabeldict | |
parent | 879d4ca06a495fee2fd69809ebefb862aeeb49f9 (diff) | |
download | tdesdk-7b4cba1ce579d4f4fed8d98fc42dc47211943ee8.tar.gz tdesdk-7b4cba1ce579d4f4fed8d98fc42dc47211943ee8.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/kbabeldict')
-rw-r--r-- | kbabel/kbabeldict/dictionarymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/dictionarymenu.h b/kbabel/kbabeldict/dictionarymenu.h index 2b730b1f..635ad013 100644 --- a/kbabel/kbabeldict/dictionarymenu.h +++ b/kbabel/kbabeldict/dictionarymenu.h @@ -37,7 +37,7 @@ #include <tqobject.h> #include <tqstringlist.h> #include <tqguardedptr.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQSignalMapper; class TDEPopupMenu; |