diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 13:18:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 13:18:33 +0900 |
commit | eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc (patch) | |
tree | 5da6102ebb1f54d9804a660a1eb7f7e91f127d7b /src/misc/stableheaders.h | |
parent | f44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (diff) | |
download | rosegarden-eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc.tar.gz rosegarden-eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/misc/stableheaders.h')
-rw-r--r-- | src/misc/stableheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h index cb0a427..413a29b 100644 --- a/src/misc/stableheaders.h +++ b/src/misc/stableheaders.h @@ -189,7 +189,7 @@ #include <kstatusbar.h> #include <tdestdaccel.h> #include <kstdaction.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <ktabwidget.h> #include <tdetempfile.h> #include <ktip.h> |