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/gui/editors/notation/NotePixmapFactory.cpp | |
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/gui/editors/notation/NotePixmapFactory.cpp')
-rw-r--r-- | src/gui/editors/notation/NotePixmapFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NotePixmapFactory.cpp b/src/gui/editors/notation/NotePixmapFactory.cpp index ffee779..f05a77b 100644 --- a/src/gui/editors/notation/NotePixmapFactory.cpp +++ b/src/gui/editors/notation/NotePixmapFactory.cpp @@ -27,7 +27,7 @@ #include <tdeapplication.h> #include <tdelocale.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <tdeconfig.h> #include "misc/Strings.h" #include "document/ConfigGroups.h" |