summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:52:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:52:29 +0900
commit037b32422bfcf5723dd4c10dc320affb0c7fffd5 (patch)
tree39d8f8747f3fedbf371b1a78500b2aeb68c3245b /src/mainwindow.cpp
parent2dc47bb0957cc0b89455cda8a8a0fb1b5fb95fac (diff)
downloadbasket-037b32422bfcf5723dd4c10dc320affb0c7fffd5.tar.gz
basket-037b32422bfcf5723dd4c10dc320affb0c7fffd5.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 967ef10..3d1c6a6 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -52,7 +52,7 @@
#include <tqpainter.h>
#include <tqstyle.h>
#include <tdeglobalsettings.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqdir.h>
#include <tqstringlist.h>
#include <tdemessagebox.h>