From 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:26:42 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/gui/editors/notation/NotationView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/editors/notation/NotationView.h') 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 m_lilyTempFileMap; + static std::map m_lilyTempFileMap; int m_showHeadersGroup; QDeferScrollView * m_headersGroupView; -- cgit v1.2.1