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 /src/theme.cpp | |
| parent | 036ac4ed19e7959b00ad316b4b30f4f61a28a78a (diff) | |
| download | kbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.tar.gz kbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/theme.cpp')
| -rw-r--r-- | src/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
