diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 18:14:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 18:14:33 +0900 |
commit | 48317c27a99823fbd790eff78470c5274ace467f (patch) | |
tree | cd3f392e7f0a8cd25fcf1f415b7b00a2d256b05e /lib/kofficeui/KoRuler.h | |
parent | 530a677516dcc7117ebf4d3ab23b49244da997db (diff) | |
download | koffice-48317c27a99823fbd790eff78470c5274ace467f.tar.gz koffice-48317c27a99823fbd790eff78470c5274ace467f.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kofficeui/KoRuler.h')
-rw-r--r-- | lib/kofficeui/KoRuler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h index ca09f9c7..5ac611b9 100644 --- a/lib/kofficeui/KoRuler.h +++ b/lib/kofficeui/KoRuler.h @@ -27,7 +27,7 @@ #include <tqframe.h> #include <tqpixmap.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <koffice_export.h> #include <KoGlobal.h> #include <KoTabChooser.h> |