diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:04 -0600 |
commit | 72a82366e0b94a52125683f3ee3a8ffd3691294b (patch) | |
tree | 787ee6497a0bf5e2e730f58d57dcbc9dc5377548 /kjsembed/jsconsolewidget.h | |
parent | 43e3dc950c8050c2ba850b5707077790870aa734 (diff) | |
download | tdebindings-72a82366e0b94a52125683f3ee3a8ffd3691294b.tar.gz tdebindings-72a82366e0b94a52125683f3ee3a8ffd3691294b.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/jsconsolewidget.h')
-rw-r--r-- | kjsembed/jsconsolewidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |