summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:46:37 +0900
commit4511685ee8a3caaf3220ffade5218c2e37fe91b1 (patch)
tree28f488630ec46282d713db6b2da068f08b50c7f5 /src/gui/editors/notation
parent439182b72407f6b11079eb2a0ce1a091d0f17b2e (diff)
downloadrosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.tar.gz
rosegarden-4511685ee8a3caaf3220ffade5218c2e37fe91b1.zip
Use tdeprocess.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.cpp2
-rw-r--r--src/gui/editors/notation/NotationView.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp
index 1fa96b3..7965718 100644
--- a/src/gui/editors/notation/NotationView.cpp
+++ b/src/gui/editors/notation/NotationView.cpp
@@ -185,7 +185,7 @@
#include <klineeditdlg.h>
#include <tdemessagebox.h>
#include <kprinter.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kprogress.h>
#include <kstatusbar.h>
#include <kstdaction.h>
diff --git a/src/gui/editors/notation/NotationView.h b/src/gui/editors/notation/NotationView.h
index 49b599f..56c3ed3 100644
--- a/src/gui/editors/notation/NotationView.h
+++ b/src/gui/editors/notation/NotationView.h
@@ -31,7 +31,7 @@
#include "NotationProperties.h"
#include "NotationCanvasView.h"
#include <string>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <tqmap.h>
#include <tqsize.h>