diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:53:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:53:05 +0900 |
| commit | ba2eb7c21abe5168a59d46c5388d1fb3ca554f31 (patch) | |
| tree | 51c3c24ad36b39d2cda7b0cd880ab902e0de3f0d | |
| parent | 036ac4ed19e7959b00ad316b4b30f4f61a28a78a (diff) | |
| download | kbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.tar.gz kbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/bookreader.cpp | 2 | ||||
| -rw-r--r-- | src/bookwidget.cpp | 2 | ||||
| -rw-r--r-- | src/theme.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bookreader.cpp b/src/bookreader.cpp index 678ed49..9b69606 100644 --- a/src/bookreader.cpp +++ b/src/bookreader.cpp @@ -35,7 +35,7 @@ #include <kprinter.h> #include <kstatusbar.h> #include <ksplashscreen.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdestdaccel.h> #include <kstdaction.h> #include <kurl.h> diff --git a/src/bookwidget.cpp b/src/bookwidget.cpp index c5b462b..58c9575 100644 --- a/src/bookwidget.cpp +++ b/src/bookwidget.cpp @@ -26,7 +26,7 @@ #include <tqtextcodec.h> #include <tqstring.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "bookwidget.h" #include "theme.h" #include "settings.h" diff --git a/src/theme.cpp b/src/theme.cpp index 39fc091..6cd7e37 100644 --- a/src/theme.cpp +++ b/src/theme.cpp @@ -21,7 +21,7 @@ #include <tqpixmap.h> #include <tqimage.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "theme.h" Theme* Theme::theme = 0; |
