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:17:59 +0900 |
commit | efbaf44417cd599c5a5661ae4abcae60120d8a79 (patch) | |
tree | d30a30556e5798e0d165a0b94feb80c24b28f0b8 /kghostview | |
parent | 5187cc8110af4a92396514eb1fc43e566e84bf1f (diff) | |
download | tdegraphics-efbaf44417cd599c5a5661ae4abcae60120d8a79.tar.gz tdegraphics-efbaf44417cd599c5a5661ae4abcae60120d8a79.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kghostview')
-rw-r--r-- | kghostview/displayoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/displayoptions.h b/kghostview/displayoptions.h index 34a10588..1507f22c 100644 --- a/kghostview/displayoptions.h +++ b/kghostview/displayoptions.h @@ -20,7 +20,7 @@ #include <tqstring.h> #include <tqvaluelist.h> #include "dscparse_adapter.h" -#include <kdemacros.h> +#include <tdemacros.h> class TDECmdLineArgs; class TDEConfig; |