From c48e769eb275917717e2b55eb869f7e559293ac8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:48:31 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kopete/libkopete/kopetecommandhandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/kopetecommandhandler.h') diff --git a/kopete/libkopete/kopetecommandhandler.h b/kopete/libkopete/kopetecommandhandler.h index 143a0fc6..7c26ace5 100644 --- a/kopete/libkopete/kopetecommandhandler.h +++ b/kopete/libkopete/kopetecommandhandler.h @@ -23,7 +23,7 @@ #include "kopete_export.h" -class KProcess; +class TDEProcess; struct CommandHandlerPrivate; @@ -183,8 +183,8 @@ class KOPETE_EXPORT CommandHandler : public TQObject private slots: void slotPluginLoaded( Kopete::Plugin * ); void slotPluginDestroyed( TQObject * ); - void slotExecReturnedData(KProcess *proc, char *buff, int bufflen ); - void slotExecFinished(KProcess *proc); + void slotExecReturnedData(TDEProcess *proc, char *buff, int bufflen ); + void slotExecFinished(TDEProcess *proc); void slotViewCreated( KopeteView *view ); void slotHelpCommand( const TQString & args, Kopete::ChatSession *manager ); -- cgit v1.2.1