summaryrefslogtreecommitdiffstats
path: root/src/libraryitem.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:31:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:31:04 +0900
commita9588dacaf3f5372c0227299bbddf8721ba2c89e (patch)
tree51281fc278d7ead2612f4044ec68e1df559ecb83 /src/libraryitem.cpp
parentf60ff832d78a8cfbbcac6ebda959194611caa0bf (diff)
downloadktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.tar.gz
ktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libraryitem.cpp')
-rw-r--r--src/libraryitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraryitem.cpp b/src/libraryitem.cpp
index 4aadd90..19dc101 100644
--- a/src/libraryitem.cpp
+++ b/src/libraryitem.cpp
@@ -12,7 +12,7 @@
#include <kiconloader.h>
#include <kicontheme.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqimage.h>
LibraryItem::LibraryItem( TQStringList idList, const TQString &name, const TQString &category, TQPixmap icon, Type type, createItemPtr _createItem )