summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixView.cpp
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 13:18:33 +0900
commiteafe039ebbbfcff8a3766a67a7a8d41cc7b678cc (patch)
tree5da6102ebb1f54d9804a660a1eb7f7e91f127d7b /src/gui/editors/matrix/MatrixView.cpp
parentf44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (diff)
downloadrosegarden-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/matrix/MatrixView.cpp')
-rw-r--r--src/gui/editors/matrix/MatrixView.cpp2
1 files changed, 1 insertions, 1 deletions
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>