summaryrefslogtreecommitdiffstats
path: root/kommander/editor/messagelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/messagelog.h')
-rw-r--r--kommander/editor/messagelog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/messagelog.h b/kommander/editor/messagelog.h
index b1108de1..e9848bd1 100644
--- a/kommander/editor/messagelog.h
+++ b/kommander/editor/messagelog.h
@@ -22,7 +22,7 @@
#include <klocale.h>
class KListBox;
-class KProcess;
+class TDEProcess;
class KPopupMenu;
class TQListBoxItem;
@@ -38,8 +38,8 @@ public:
virtual void clear(InfoType i = All);
TQString content();
public slots:
- void receivedStdout(KProcess *proc, char *buffer, int buflen);
- void receivedStderr(KProcess *proc, char *buffer, int buflen);
+ void receivedStdout(TDEProcess *proc, char *buffer, int buflen);
+ void receivedStderr(TDEProcess *proc, char *buffer, int buflen);
void clearContent();
void copyLine();
void copyContent();