diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:18:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 17:42:50 +0900 |
| commit | 5e1b7c3714849d21730f99a97e1fb0b7b079ed99 (patch) | |
| tree | 28787a45fcfda3ebbc02fb27ae06bb61ebcc86bc | |
| parent | d3ab2ed54efd2fc0a3f40ae493c43204d4b7d1df (diff) | |
| download | bibletime-5e1b7c37.tar.gz bibletime-5e1b7c37.zip | |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4082b48b7c142e5d4458f8fe1991c2cba7a85e9e)
| -rw-r--r-- | bibletime/bibletime_init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/bibletime_init.cpp b/bibletime/bibletime_init.cpp index c557671..56c6360 100644 --- a/bibletime/bibletime_init.cpp +++ b/bibletime/bibletime_init.cpp @@ -57,7 +57,7 @@ #include <khelpmenu.h> #include <kiconloader.h> #include <tdemenubar.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <kstdaction.h> #include <tdetoolbar.h> #include <tdelocale.h> |
