summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 13:18:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 17:43:03 +0900
commitd01cf6d53035367d94e28613ab3922518fd595c8 (patch)
tree0481d26b6016ad95c343b62af478ffd8fe205e44 /src/gui/editors/notation
parentc8b8a3a4c65cdb3d2d5c1e1ac6bd7304929aee44 (diff)
downloadrosegarden-d01cf6d5.tar.gz
rosegarden-d01cf6d5.zip
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc)
Diffstat (limited to 'src/gui/editors/notation')
-rw-r--r--src/gui/editors/notation/NotationView.cpp2
-rw-r--r--src/gui/editors/notation/NoteFontFactory.cpp2
-rw-r--r--src/gui/editors/notation/NoteFontMap.cpp2
-rw-r--r--src/gui/editors/notation/NotePixmapFactory.cpp2
-rw-r--r--src/gui/editors/notation/NoteStyleFactory.cpp2
-rw-r--r--src/gui/editors/notation/NoteStyleFileReader.cpp2
-rw-r--r--src/gui/editors/notation/SystemFont.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp
index 1fa96b3..4f9ccc8 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 8994225..7eb8728 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 47ded9b..eb29604 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>