diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:53 +0900 |
| commit | 4d8ab369a179ecdbaedf8344607509f8a3e353fb (patch) | |
| tree | b44a924147b9b409b649d0453f12a5fab7250953 /src/imageplugins/perspective | |
| parent | 95bacc37473da5e0c4f552eedb49ac49961e9957 (diff) | |
| download | digikam-4d8ab369a179ecdbaedf8344607509f8a3e353fb.tar.gz digikam-4d8ab369a179ecdbaedf8344607509f8a3e353fb.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/imageplugins/perspective')
| -rw-r--r-- | src/imageplugins/perspective/imageeffect_perspective.cpp | 2 | ||||
| -rw-r--r-- | src/imageplugins/perspective/perspectivetool.cpp | 2 | ||||
| -rw-r--r-- | src/imageplugins/perspective/perspectivewidget.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/imageplugins/perspective/imageeffect_perspective.cpp b/src/imageplugins/perspective/imageeffect_perspective.cpp index ac20bfa1..9a8412df 100644 --- a/src/imageplugins/perspective/imageeffect_perspective.cpp +++ b/src/imageplugins/perspective/imageeffect_perspective.cpp @@ -44,7 +44,7 @@ #include <kiconloader.h> #include <tdeapplication.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kseparator.h> // Local includes. diff --git a/src/imageplugins/perspective/perspectivetool.cpp b/src/imageplugins/perspective/perspectivetool.cpp index 96209942..6afb7142 100644 --- a/src/imageplugins/perspective/perspectivetool.cpp +++ b/src/imageplugins/perspective/perspectivetool.cpp @@ -44,7 +44,7 @@ #include <tdelocale.h> #include <tdepopupmenu.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // LibKDcraw includes. diff --git a/src/imageplugins/perspective/perspectivewidget.cpp b/src/imageplugins/perspective/perspectivewidget.cpp index ae2c5c03..821442aa 100644 --- a/src/imageplugins/perspective/perspectivewidget.cpp +++ b/src/imageplugins/perspective/perspectivewidget.cpp @@ -43,7 +43,7 @@ // KDE includes. -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kcursor.h> #include <tdeglobal.h> #include <tdeapplication.h> |
