summaryrefslogtreecommitdiffstats
path: root/src/gui/editors
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 13:18:33 +0900
committerMichele Calgaro <[email protected]>2025-02-25 13:18:33 +0900
commiteafe039ebbbfcff8a3766a67a7a8d41cc7b678cc (patch)
tree5da6102ebb1f54d9804a660a1eb7f7e91f127d7b /src/gui/editors
parentf44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (diff)
downloadrosegarden-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')
-rw-r--r--src/gui/editors/eventlist/EventView.cpp2
-rw-r--r--src/gui/editors/guitar/GuitarChordEditorDialog.cpp2
-rw-r--r--src/gui/editors/guitar/GuitarChordSelectorDialog.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixEraser.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixMover.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixPainter.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixResizer.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixSelector.cpp2
-rw-r--r--src/gui/editors/matrix/MatrixView.cpp2
-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
-rw-r--r--src/gui/editors/segment/MarkerEditor.cpp2
-rw-r--r--src/gui/editors/segment/TrackButtons.cpp2
-rw-r--r--src/gui/editors/segment/TrackEditor.cpp2
-rw-r--r--src/gui/editors/segment/TriggerSegmentManager.cpp2
-rw-r--r--src/gui/editors/tempo/TempoView.cpp2
21 files changed, 21 insertions, 21 deletions
diff --git a/src/gui/editors/eventlist/EventView.cpp b/src/gui/editors/eventlist/EventView.cpp
index 1a79880..895dad0 100644
--- a/src/gui/editors/eventlist/EventView.cpp
+++ b/src/gui/editors/eventlist/EventView.cpp
@@ -61,7 +61,7 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <kstatusbar.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeglobal.h>
#include <klineeditdlg.h>
#include <tdelistview.h>
diff --git a/src/gui/editors/guitar/GuitarChordEditorDialog.cpp b/src/gui/editors/guitar/GuitarChordEditorDialog.cpp
index 481558e..c4089f1 100644
--- a/src/gui/editors/guitar/GuitarChordEditorDialog.cpp
+++ b/src/gui/editors/guitar/GuitarChordEditorDialog.cpp
@@ -30,7 +30,7 @@
#include <tqspinbox.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tqlayout.h>
#include <tqlabel.h>
diff --git a/src/gui/editors/guitar/GuitarChordSelectorDialog.cpp b/src/gui/editors/guitar/GuitarChordSelectorDialog.cpp
index ac1a266..dbd3e7f 100644
--- a/src/gui/editors/guitar/GuitarChordSelectorDialog.cpp
+++ b/src/gui/editors/guitar/GuitarChordSelectorDialog.cpp
@@ -34,7 +34,7 @@
#include <tqlabel.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
namespace Rosegarden
{
diff --git a/src/gui/editors/matrix/MatrixEraser.cpp b/src/gui/editors/matrix/MatrixEraser.cpp
index f7926f2..23a961e 100644
--- a/src/gui/editors/matrix/MatrixEraser.cpp
+++ b/src/gui/editors/matrix/MatrixEraser.cpp
@@ -25,7 +25,7 @@
#include "misc/Debug.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "base/ViewElement.h"
#include "commands/matrix/MatrixEraseCommand.h"
#include "gui/general/EditTool.h"
diff --git a/src/gui/editors/matrix/MatrixMover.cpp b/src/gui/editors/matrix/MatrixMover.cpp
index 04adf49..f9bb217 100644
--- a/src/gui/editors/matrix/MatrixMover.cpp
+++ b/src/gui/editors/matrix/MatrixMover.cpp
@@ -25,7 +25,7 @@
#include "base/BaseProperties.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "base/Event.h"
#include "base/Segment.h"
#include "base/Selection.h"
diff --git a/src/gui/editors/matrix/MatrixPainter.cpp b/src/gui/editors/matrix/MatrixPainter.cpp
index 8a22b41..5c807ef 100644
--- a/src/gui/editors/matrix/MatrixPainter.cpp
+++ b/src/gui/editors/matrix/MatrixPainter.cpp
@@ -25,7 +25,7 @@
#include "base/BaseProperties.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "base/Event.h"
#include "base/NotationTypes.h"
#include "base/SegmentMatrixHelper.h"
diff --git a/src/gui/editors/matrix/MatrixResizer.cpp b/src/gui/editors/matrix/MatrixResizer.cpp
index 735ce3c..fbf63e4 100644
--- a/src/gui/editors/matrix/MatrixResizer.cpp
+++ b/src/gui/editors/matrix/MatrixResizer.cpp
@@ -24,7 +24,7 @@
#include "MatrixResizer.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "base/Event.h"
#include "base/Segment.h"
#include "base/Selection.h"
diff --git a/src/gui/editors/matrix/MatrixSelector.cpp b/src/gui/editors/matrix/MatrixSelector.cpp
index ffdc723..695e07b 100644
--- a/src/gui/editors/matrix/MatrixSelector.cpp
+++ b/src/gui/editors/matrix/MatrixSelector.cpp
@@ -25,7 +25,7 @@
#include "base/BaseProperties.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "base/Event.h"
#include "base/NotationTypes.h"
#include "base/Selection.h"
diff --git a/src/gui/editors/matrix/MatrixView.cpp b/src/gui/editors/matrix/MatrixView.cpp
index b8f14a4..a68422c 100644
--- a/src/gui/editors/matrix/MatrixView.cpp
+++ b/src/gui/editors/matrix/MatrixView.cpp
@@ -101,7 +101,7 @@
#include "sound/MappedEvent.h"
#include "sound/SequencerDataBlock.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeaction.h>
#include <kcombobox.h>
#include <tdeconfig.h>
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>
diff --git a/src/gui/editors/segment/MarkerEditor.cpp b/src/gui/editors/segment/MarkerEditor.cpp
index 4bd649c..f89364a 100644
--- a/src/gui/editors/segment/MarkerEditor.cpp
+++ b/src/gui/editors/segment/MarkerEditor.cpp
@@ -27,7 +27,7 @@
#include <tdeapplication.h>
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdestdaccel.h>
#include <tdeconfig.h>
#include "misc/Debug.h"
diff --git a/src/gui/editors/segment/TrackButtons.cpp b/src/gui/editors/segment/TrackButtons.cpp
index cf2ca74..8b90104 100644
--- a/src/gui/editors/segment/TrackButtons.cpp
+++ b/src/gui/editors/segment/TrackButtons.cpp
@@ -25,7 +25,7 @@
#include <tqlayout.h>
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "misc/Debug.h"
#include "misc/Strings.h"
#include "base/AudioPluginInstance.h"
diff --git a/src/gui/editors/segment/TrackEditor.cpp b/src/gui/editors/segment/TrackEditor.cpp
index d44112f..fc5f1bb 100644
--- a/src/gui/editors/segment/TrackEditor.cpp
+++ b/src/gui/editors/segment/TrackEditor.cpp
@@ -27,7 +27,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "misc/Debug.h"
#include "document/ConfigGroups.h"
#include "gui/application/RosegardenDCOP.h"
diff --git a/src/gui/editors/segment/TriggerSegmentManager.cpp b/src/gui/editors/segment/TriggerSegmentManager.cpp
index 55f1c5b..39b76aa 100644
--- a/src/gui/editors/segment/TriggerSegmentManager.cpp
+++ b/src/gui/editors/segment/TriggerSegmentManager.cpp
@@ -28,7 +28,7 @@
#include "base/BaseProperties.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "misc/Debug.h"
#include "misc/Strings.h"
#include "base/Clipboard.h"
diff --git a/src/gui/editors/tempo/TempoView.cpp b/src/gui/editors/tempo/TempoView.cpp
index 1ce55ad..7502766 100644
--- a/src/gui/editors/tempo/TempoView.cpp
+++ b/src/gui/editors/tempo/TempoView.cpp
@@ -24,7 +24,7 @@
#include "TempoView.h"
#include <tdelocale.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include "misc/Debug.h"
#include "base/Composition.h"
#include "base/NotationTypes.h"