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 /korganizer/plugins/hebrew | |
parent | 1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff) | |
download | tdepim-master.tar.gz tdepim-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'korganizer/plugins/hebrew')
-rw-r--r-- | korganizer/plugins/hebrew/configdialog.cpp | 2 | ||||
-rw-r--r-- | korganizer/plugins/hebrew/hebrew.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/hebrew/configdialog.cpp b/korganizer/plugins/hebrew/configdialog.cpp index 06f0b1b7d..b90e09de9 100644 --- a/korganizer/plugins/hebrew/configdialog.cpp +++ b/korganizer/plugins/hebrew/configdialog.cpp @@ -23,7 +23,7 @@ #include <tdeapplication.h> #include <tdeglobal.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> ConfigDialog::ConfigDialog(TQWidget * parent):KDialogBase(Plain, i18n("Configure Holidays"), Ok|Cancel, Ok, diff --git a/korganizer/plugins/hebrew/hebrew.cpp b/korganizer/plugins/hebrew/hebrew.cpp index a96859a6c..c3bb5f23d 100644 --- a/korganizer/plugins/hebrew/hebrew.cpp +++ b/korganizer/plugins/hebrew/hebrew.cpp @@ -19,7 +19,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <kcalendarsystem.h> #include <kcalendarsystemfactory.h> |