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 | |
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')
-rw-r--r-- | src/gui/editors/notation/NotationView.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteFontFactory.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteFontMap.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotePixmapFactory.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteStyleFactory.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteStyleFileReader.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/SystemFont.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp index d545f76..e53d58a 100644 --- a/src/gui/editors/notation/NotationView.cpp +++ b/src/gui/editors/notation/NotationView.cpp @@ -31,7 +31,7 @@ #include "gui/editors/segment/TrackButtons.h" #include "base/BaseProperties.h" #include <tdelocale.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include "misc/Strings.h" #include "base/AnalysisTypes.h" #include "base/Clipboard.h" diff --git a/src/gui/editors/notation/NoteFontFactory.cpp b/src/gui/editors/notation/NoteFontFactory.cpp index 6390d54..d32c542 100644 --- a/src/gui/editors/notation/NoteFontFactory.cpp +++ b/src/gui/editors/notation/NoteFontFactory.cpp @@ -26,7 +26,7 @@ #include <tdeapplication.h> #include <tdelocale.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include "misc/Strings.h" #include "document/ConfigGroups.h" #include "base/Exception.h" diff --git a/src/gui/editors/notation/NoteFontMap.cpp b/src/gui/editors/notation/NoteFontMap.cpp index 8c75f2d..cd8557c 100644 --- a/src/gui/editors/notation/NoteFontMap.cpp +++ b/src/gui/editors/notation/NoteFontMap.cpp @@ -25,7 +25,7 @@ #include "misc/Debug.h" #include <tdelocale.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include "misc/Strings.h" #include "base/Exception.h" #include "SystemFont.h" 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" diff --git a/src/gui/editors/notation/NoteStyleFactory.cpp b/src/gui/editors/notation/NoteStyleFactory.cpp index 1490e2d..195b740 100644 --- a/src/gui/editors/notation/NoteStyleFactory.cpp +++ b/src/gui/editors/notation/NoteStyleFactory.cpp @@ -23,7 +23,7 @@ #include "NoteStyleFactory.h" -#include <kstddirs.h> +#include <kstandarddirs.h> #include "misc/Strings.h" #include "base/Event.h" #include "base/Exception.h" diff --git a/src/gui/editors/notation/NoteStyleFileReader.cpp b/src/gui/editors/notation/NoteStyleFileReader.cpp index 7fc1af4..f3921bc 100644 --- a/src/gui/editors/notation/NoteStyleFileReader.cpp +++ b/src/gui/editors/notation/NoteStyleFileReader.cpp @@ -28,7 +28,7 @@ #include <tqdir.h> #include <tdeglobal.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <tdelocale.h> #include "misc/Strings.h" 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> |