diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:17:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:56:08 +0900 |
commit | 210d8eac081109834bc48aeeaabb3f6292abc4cb (patch) | |
tree | d321e4554399695735148b73c04e79b3aa6e6543 /kghostview/displayoptions.h | |
parent | 753e0049e7dbf3e3c9c0113e56e3412b0d5bea9c (diff) | |
download | tdegraphics-210d8eac081109834bc48aeeaabb3f6292abc4cb.tar.gz tdegraphics-210d8eac081109834bc48aeeaabb3f6292abc4cb.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit efbaf44417cd599c5a5661ae4abcae60120d8a79)
Diffstat (limited to 'kghostview/displayoptions.h')
-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; |