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 --- kjsembed/jsconsolewidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjsembed/jsconsolewidget.h') diff --git a/kjsembed/jsconsolewidget.h b/kjsembed/jsconsolewidget.h index b0ed7787..b1beef1c 100644 --- a/kjsembed/jsconsolewidget.h +++ b/kjsembed/jsconsolewidget.h @@ -30,7 +30,7 @@ class TQHBox; class KLineEdit; class KPopupTitle; -class KProcess; +class TDEProcess; class KShellProcess; class KTextEdit; @@ -126,10 +126,10 @@ protected slots: void childExited(); /** Called when the process sends message to stdout. */ - void receivedStdOutput(KProcess *, char *, int); + void receivedStdOutput(TDEProcess *, char *, int); /** Called when the process sends message to stderr. */ - void receivedStdError(KProcess *, char *, int); + void receivedStdError(TDEProcess *, char *, int); private: KJSEmbedPart *js; -- cgit v1.2.1