summaryrefslogtreecommitdiffstats
path: root/extra/kde352/konsole_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kde352/konsole_part.h')
-rw-r--r--extra/kde352/konsole_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde352/konsole_part.h b/extra/kde352/konsole_part.h
index 5e4262f..44b7588 100644
--- a/extra/kde352/konsole_part.h
+++ b/extra/kde352/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: