diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:56:08 +0900 |
commit | 210d8eac081109834bc48aeeaabb3f6292abc4cb (patch) | |
tree | d321e4554399695735148b73c04e79b3aa6e6543 /tdefile-plugins/ps/gscreator.cpp | |
parent | 753e0049e7dbf3e3c9c0113e56e3412b0d5bea9c (diff) | |
download | tdegraphics-210d8eac081109834bc48aeeaabb3f6292abc4cb.tar.gz tdegraphics-210d8eac081109834bc48aeeaabb3f6292abc4cb.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit efbaf44417cd599c5a5661ae4abcae60120d8a79)
Diffstat (limited to 'tdefile-plugins/ps/gscreator.cpp')
-rw-r--r-- | tdefile-plugins/ps/gscreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/ps/gscreator.cpp b/tdefile-plugins/ps/gscreator.cpp index e654efeb..c54b2fc4 100644 --- a/tdefile-plugins/ps/gscreator.cpp +++ b/tdefile-plugins/ps/gscreator.cpp @@ -67,7 +67,7 @@ #include <sys/wait.h> #include <fcntl.h> #include <errno.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tqcolor.h> #include <tqfile.h> |