diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:51:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:51:30 -0600 |
commit | 29df04c24350cc76a41e2410d1c92445f9338b98 (patch) | |
tree | c2b9cde128e24275393a83d9eaec58b2ef12d109 /kommander/widget/myprocess.h | |
parent | c70534eef6085384ef7ddff369a154dbc8901917 (diff) | |
download | tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.tar.gz tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kommander/widget/myprocess.h')
-rw-r--r-- | kommander/widget/myprocess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/widget/myprocess.h b/kommander/widget/myprocess.h index cb9c80b5..039db894 100644 --- a/kommander/widget/myprocess.h +++ b/kommander/widget/myprocess.h @@ -44,8 +44,8 @@ signals: void processExited(MyProcess*); void processReceivedStdout(MyProcess*, char*, int); private slots: - void slotReceivedStdout(KProcess*, char*, int); - void slotProcessExited(KProcess*); + void slotReceivedStdout(TDEProcess*, char*, int); + void slotProcessExited(TDEProcess*); protected: const KommanderWidget *m_atw; TQString m_output; @@ -53,7 +53,7 @@ protected: bool m_loopStarted; bool m_blocking; bool m_handleOutput; - KProcess* mProcess; + TDEProcess* mProcess; }; #endif |