From 29df04c24350cc76a41e2410d1c92445f9338b98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kfilereplace/commandengine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kfilereplace/commandengine.h') diff --git a/kfilereplace/commandengine.h b/kfilereplace/commandengine.h index 702edeee..36bcfcb8 100644 --- a/kfilereplace/commandengine.h +++ b/kfilereplace/commandengine.h @@ -24,7 +24,7 @@ class TQString; #include //KDE -class KProcess; +class TDEProcess; class CommandEngine : public TQObject { @@ -50,9 +50,9 @@ class CommandEngine : public TQObject TQString variableValue(const TQString &variable); private slots: - void slotGetScriptOutput(KProcess*,char*,int); - void slotGetScriptError(KProcess*,char*,int); - void slotProcessExited(KProcess*); + void slotGetScriptOutput(TDEProcess*,char*,int); + void slotGetScriptError(TDEProcess*,char*,int); + void slotProcessExited(TDEProcess*); }; #endif // COMMANDENGINE_H -- cgit v1.2.3