diff options
Diffstat (limited to 'ksysv/OldView.h')
-rw-r--r-- | ksysv/OldView.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysv/OldView.h b/ksysv/OldView.h index 2bda6b7..acf319d 100644 --- a/ksysv/OldView.h +++ b/ksysv/OldView.h @@ -32,7 +32,7 @@ class TQPixmap; class TQLayout; class KScroller; -class KProcess; +class TDEProcess; class KListView; class TQSplitter; class KPopupMenu; @@ -93,11 +93,11 @@ private slots: void restartService (const TQString& path); void editService(); void editService (const TQString& path); - void slotOutputOrError( KProcess* _p, char* _buffer, int _buflen ); - void slotExitedProcess(KProcess* proc); + void slotOutputOrError( TDEProcess* _p, char* _buffer, int _buflen ); + void slotExitedProcess(TDEProcess* proc); void slotScriptsNotRemovable(); void slotDoubleClick (TQListViewItem*); - void slotExitDuringRestart(KProcess* proc); + void slotExitDuringRestart(TDEProcess* proc); void appendLog(const TQString& rich, const TQString& plain); void appendLog(const TQCString& _buffer); void fwdCannotGenerateNumber(); |