From 72a82366e0b94a52125683f3ee3a8ffd3691294b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:44:04 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- xparts/xpart_notepad/xp_notepad_factory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xparts/xpart_notepad/xp_notepad_factory.h') diff --git a/xparts/xpart_notepad/xp_notepad_factory.h b/xparts/xpart_notepad/xp_notepad_factory.h index c499cd0e..cb3090c6 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.h +++ b/xparts/xpart_notepad/xp_notepad_factory.h @@ -30,7 +30,7 @@ class TDEInstance; class TDEAboutData; class KHTMLSettings; class KHTMLPart; -class KProcess; +class TDEProcess; class XP_NotepadFactory : public KParts::Factory { @@ -56,7 +56,7 @@ public: virtual void createActions( const TQCString &xmlActions ); private: - KProcess *m_partProcess; + TDEProcess *m_partProcess; }; #endif -- cgit v1.2.3