diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 17:48:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 17:48:58 +0900 |
commit | 4e665f607e449e6bdd60516bc1945987e48da80c (patch) | |
tree | a95f9e2e0580e05a57134760af393a4e833a316d | |
parent | c9d1e4a739d6927dbe2b36c07fcb96201e4d82b7 (diff) | |
download | krecipes-4e665f607e449e6bdd60516bc1945987e48da80c.tar.gz krecipes-4e665f607e449e6bdd60516bc1945987e48da80c.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | krecipes/src/widgets/kreruler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/widgets/kreruler.h b/krecipes/src/widgets/kreruler.h index b105547..ccf76f2 100644 --- a/krecipes/src/widgets/kreruler.h +++ b/krecipes/src/widgets/kreruler.h @@ -28,7 +28,7 @@ #include <tqframe.h> #include <tqpixmap.h> -#include <kdemacros.h> +#include <tdemacros.h> #if 0 #include <koGlobal.h> |