From 78114a50964bc7bb5d7d99f713bb815ed5a623ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2013 00:16:56 +0200 Subject: Initial TDE conversion --- src/kscope.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/kscope.cpp') diff --git a/src/kscope.cpp b/src/kscope.cpp index 5e56233..4444810 100644 --- a/src/kscope.cpp +++ b/src/kscope.cpp @@ -26,10 +26,10 @@ ***************************************************************************/ #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include @@ -899,7 +899,7 @@ void KScope::toggleQueryWindow(bool bShow) * 3. A list of source files * @param pArgs Command line arguments */ -void KScope::parseCmdLine(KCmdLineArgs* pArgs) +void KScope::parseCmdLine(TDECmdLineArgs* pArgs) { TQString sArg; TQFileInfo fi; @@ -1073,7 +1073,7 @@ bool KScope::slotCloseProject() void KScope::slotExtEdit() { TQString sCmdLine; - KProcess proc; + TDEProcess proc; // Create the command line for the external editor sCmdLine = Config().getExtEditor(); @@ -1083,7 +1083,7 @@ void KScope::slotExtEdit() // Run the external editor proc.setUseShell(true); proc << sCmdLine; - proc.start(KProcess::DontCare); + proc.start(TDEProcess::DontCare); } /** -- cgit v1.2.1