diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:18:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 17:43:16 +0900 |
| commit | cdf8086639cfcda6088fb861dee3d6b4cd03af54 (patch) | |
| tree | 765722910ad9b8ac718e5b13e83ff71817429b85 | |
| parent | 62c533380bdcf46e4500315455efff14828651b0 (diff) | |
| download | soundkonverter-cdf80866.tar.gz soundkonverter-cdf80866.zip | |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ba0bcc60a6ba6aa00839a136859273b83037e52)
| -rw-r--r-- | src/soundkonverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index 14f19a3..5f15dff 100644 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -31,7 +31,7 @@ #include <kstdaction.h> #include <kedittoolbar.h> #include <tdemessagebox.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <tdeio/job.h> #include <kprocess.h> #include <ksystemtray.h> |
