diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
commit | 3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa (patch) | |
tree | 017a35279357684a1be7012ca70bce472598676f /kaddressbook/printing | |
parent | 1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff) | |
download | tdepim-master.tar.gz tdepim-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kaddressbook/printing')
-rw-r--r-- | kaddressbook/printing/detailledstyle.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/printing/printstyle.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index 73dc515e9..ee702058b 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -35,7 +35,7 @@ #include <tqpaintdevicemetrics.h> #include <tqpainter.h> #include <kprinter.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "ds_appearance.h" #include "printingwizard.h" diff --git a/kaddressbook/printing/printstyle.cpp b/kaddressbook/printing/printstyle.cpp index 33ef9ab54..ca3fafb91 100644 --- a/kaddressbook/printing/printstyle.cpp +++ b/kaddressbook/printing/printstyle.cpp @@ -21,7 +21,7 @@ without including the source code for TQt in the source distribution. */ -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tqwidget.h> |