diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:51:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:51:38 +0900 |
| commit | f736b671787be69de1487c8f21dc198cd041ed8a (patch) | |
| tree | f6d78c85f40e735f91ba76f4ebcbbdf411e3ad67 | |
| parent | 4e6db34b5d572684f5d5c56647257fedb9833c4b (diff) | |
| download | kplayer-f736b671787be69de1487c8f21dc198cd041ed8a.tar.gz kplayer-f736b671787be69de1487c8f21dc198cd041ed8a.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | kplayer/kplayerprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplayer/kplayerprocess.cpp b/kplayer/kplayerprocess.cpp index 6651d57..9e5c61c 100644 --- a/kplayer/kplayerprocess.cpp +++ b/kplayer/kplayerprocess.cpp @@ -20,7 +20,7 @@ #include <fcntl.h> #include <tdelocale.h> #include <tdeprocctrl.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdetempfile.h> #include <tqdir.h> #include <tqfileinfo.h> |
