diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:53:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:53:05 +0900 |
commit | ba2eb7c21abe5168a59d46c5388d1fb3ca554f31 (patch) | |
tree | 51c3c24ad36b39d2cda7b0cd880ab902e0de3f0d /src/bookwidget.cpp | |
parent | 036ac4ed19e7959b00ad316b4b30f4f61a28a78a (diff) | |
download | kbookreader-master.tar.gz kbookreader-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/bookwidget.cpp')
-rw-r--r-- | src/bookwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |