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