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 /kmix/main.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 'kmix/main.cpp')
-rw-r--r-- | kmix/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/main.cpp b/kmix/main.cpp index 1372de92..9a8ba9f4 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -23,7 +23,7 @@ #include <tdeaboutdata.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "KMixApp.h" #include "version.h" |