summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixPainter.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 17:43:03 +0900
commitd01cf6d53035367d94e28613ab3922518fd595c8 (patch)
tree0481d26b6016ad95c343b62af478ffd8fe205e44 /src/gui/editors/matrix/MatrixPainter.cpp
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/matrix/MatrixPainter.cpp')
-rw-r--r--src/gui/editors/matrix/MatrixPainter.cpp2
1 files changed, 1 insertions, 1 deletions
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"