diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:49:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:49:43 +0900 |
| commit | 3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa (patch) | |
| tree | 017a35279357684a1be7012ca70bce472598676f /kontact/plugins/specialdates | |
| parent | 1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff) | |
| download | tdepim-3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa.tar.gz tdepim-3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact/plugins/specialdates')
| -rw-r--r-- | kontact/plugins/specialdates/sdsummarywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/specialdates/sdsummarywidget.cpp b/kontact/plugins/specialdates/sdsummarywidget.cpp index ea783de8..083392ef 100644 --- a/kontact/plugins/specialdates/sdsummarywidget.cpp +++ b/kontact/plugins/specialdates/sdsummarywidget.cpp @@ -39,7 +39,7 @@ #include <tdelocale.h> #include <tdeparts/part.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurllabel.h> #include <libkcal/event.h> #include <libkcal/resourcecalendar.h> |
