summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole_part.h')
-rw-r--r--konsole/konsole/konsole_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/konsole_part.h b/konsole/konsole/konsole_part.h
index ae97f553b..981c4d6c9 100644
--- a/konsole/konsole/konsole_part.h
+++ b/konsole/konsole/konsole_part.h
@@ -74,7 +74,7 @@ class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public
virtual ~konsolePart();
signals:
- void processExited( KProcess * );
+ void processExited( TDEProcess * );
void receivedData( const TQString& s );
void forkedChild();
protected: