diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:31:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:31:53 +0900 |
commit | 4d8ab369a179ecdbaedf8344607509f8a3e353fb (patch) | |
tree | b44a924147b9b409b649d0453f12a5fab7250953 /src/showfoto | |
parent | 95bacc37473da5e0c4f552eedb49ac49961e9957 (diff) | |
download | digikam-4d8ab369a179ecdbaedf8344607509f8a3e353fb.tar.gz digikam-4d8ab369a179ecdbaedf8344607509f8a3e353fb.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/showfoto')
-rw-r--r-- | src/showfoto/showfoto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/showfoto/showfoto.cpp b/src/showfoto/showfoto.cpp index 605524a6..b7b09cd3 100644 --- a/src/showfoto/showfoto.cpp +++ b/src/showfoto/showfoto.cpp @@ -61,7 +61,7 @@ extern "C" #include <tdeversion.h> #include <tdemessagebox.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdeio/netaccess.h> #include <tdeio/job.h> |