diff options
Diffstat (limited to 'src/gui/editors')
-rw-r--r-- | src/gui/editors/notation/NotationView.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationView.h | 2 |
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> |