diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 13:18:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:43:16 +0900 |
commit | cdf8086639cfcda6088fb861dee3d6b4cd03af54 (patch) | |
tree | 765722910ad9b8ac718e5b13e83ff71817429b85 | |
parent | 62c533380bdcf46e4500315455efff14828651b0 (diff) | |
download | soundkonverter-r14.1.x.tar.gz soundkonverter-r14.1.x.zip |
Replace obsolete kstddirs.h with kstandarddirs.hr14.1.x
Signed-off-by: Michele Calgaro <[email protected]>
(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> |