From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- khotkeys/shared/actions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khotkeys/shared/actions.cpp') diff --git a/khotkeys/shared/actions.cpp b/khotkeys/shared/actions.cpp index cb13893ca..e25b1c359 100644 --- a/khotkeys/shared/actions.cpp +++ b/khotkeys/shared/actions.cpp @@ -292,9 +292,9 @@ void Dcop_action::execute() } } kdDebug( 1217 ) << "DCOP call:" << app << ":" << obj << ":" << call << ":" << args_list << endl; - KProcess proc; + TDEProcess proc; proc << "dcop" << app << obj << call << args_list; - proc.start( KProcess::DontCare ); + proc.start( TDEProcess::DontCare ); } TQString Dcop_action::description() const -- cgit v1.2.1