summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:51:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:51:50 +0900
commitc0fa1bee0b7e3357e61fdb0d8e4d666f026e9398 (patch)
tree7ecf8aabfc1614607cc86e589501404e5adb9117
parent546c644bebba6e875a49f397d9988ea1ae6f7702 (diff)
downloadmplayerthumbs-c0fa1bee0b7e3357e61fdb0d8e4d666f026e9398.tar.gz
mplayerthumbs-c0fa1bee0b7e3357e61fdb0d8e4d666f026e9398.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/config/mplayer-thumbnailer-config.cpp2
-rw-r--r--src/mplayer-thumbnailer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config/mplayer-thumbnailer-config.cpp b/src/config/mplayer-thumbnailer-config.cpp
index 4a73120..c891a60 100644
--- a/src/config/mplayer-thumbnailer-config.cpp
+++ b/src/config/mplayer-thumbnailer-config.cpp
@@ -24,7 +24,7 @@
#include <kpushbutton.h>
#include <tqlabel.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tqtimer.h>
#include <keditlistbox.h>
diff --git a/src/mplayer-thumbnailer.cpp b/src/mplayer-thumbnailer.cpp
index 7589f86..9e0eba2 100644
--- a/src/mplayer-thumbnailer.cpp
+++ b/src/mplayer-thumbnailer.cpp
@@ -24,7 +24,7 @@
#include <tqpixmap.h>
#include <tqimage.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpixmapsplitter.h>
#include <kmimetype.h>
#include <tqpainter.h>