diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:47:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:47:07 +0900 |
commit | 4e458352db936ae1adc273089ce581f380886129 (patch) | |
tree | 79f9912fb6daa734b3028792154d888aec36654d /noatun/modules/systray/systray.cpp | |
parent | 51a1b8ec80f2f95d7da45a42d821c425b77a46b5 (diff) | |
download | tdemultimedia-4e458352db936ae1adc273089ce581f380886129.tar.gz tdemultimedia-4e458352db936ae1adc273089ce581f380886129.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/modules/systray/systray.cpp')
-rw-r--r-- | noatun/modules/systray/systray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/systray/systray.cpp b/noatun/modules/systray/systray.cpp index ab70c8dd..ee3024ec 100644 --- a/noatun/modules/systray/systray.cpp +++ b/noatun/modules/systray/systray.cpp @@ -58,7 +58,7 @@ #include <kurl.h> #include <tdeio/netaccess.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <netwm.h> #include <tdeglobalsettings.h> |