summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:53:05 +0900
committerMichele Calgaro <[email protected]>2025-02-25 18:53:05 +0900
commitba2eb7c21abe5168a59d46c5388d1fb3ca554f31 (patch)
tree51c3c24ad36b39d2cda7b0cd880ab902e0de3f0d /src
parent036ac4ed19e7959b00ad316b4b30f4f61a28a78a (diff)
downloadkbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.tar.gz
kbookreader-ba2eb7c21abe5168a59d46c5388d1fb3ca554f31.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/bookreader.cpp2
-rw-r--r--src/bookwidget.cpp2
-rw-r--r--src/theme.cpp2
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;