diff options
Diffstat (limited to 'src/gui/editors/notation/NotationView.h')
-rw-r--r-- | src/gui/editors/notation/NotationView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationView.h b/src/gui/editors/notation/NotationView.h index 861a523..56b39ae 100644 --- a/src/gui/editors/notation/NotationView.h +++ b/src/gui/editors/notation/NotationView.h @@ -366,7 +366,7 @@ public slots: */ void slotPrintLilyPond(); void slotPreviewLilyPond(); - void slotLilyPondViewProcessExited(KProcess *); + void slotLilyPondViewProcessExited(TDEProcess *); /** * put the marked text/object into the clipboard and remove it @@ -1115,7 +1115,7 @@ protected: bool m_printMode; int m_printSize; - static std::map<KProcess *, KTempFile *> m_lilyTempFileMap; + static std::map<TDEProcess *, KTempFile *> m_lilyTempFileMap; int m_showHeadersGroup; QDeferScrollView * m_headersGroupView; |