diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:18:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:18:33 +0900 |
commit | eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc (patch) | |
tree | 5da6102ebb1f54d9804a660a1eb7f7e91f127d7b /src/gui/editors/notation/SystemFont.cpp | |
parent | f44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (diff) | |
download | rosegarden-eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc.tar.gz rosegarden-eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/notation/SystemFont.cpp')
-rw-r--r-- | src/gui/editors/notation/SystemFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/SystemFont.cpp b/src/gui/editors/notation/SystemFont.cpp index 425af2c..e1eb548 100644 --- a/src/gui/editors/notation/SystemFont.cpp +++ b/src/gui/editors/notation/SystemFont.cpp @@ -28,7 +28,7 @@ #include "misc/Debug.h" -#include <kstddirs.h> +#include <kstandarddirs.h> #include "NoteFontMap.h" #include <tqfont.h> #include <tqfontinfo.h> |