diff options
Diffstat (limited to 'kdat/VerifyDlg.h')
-rw-r--r-- | kdat/VerifyDlg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdat/VerifyDlg.h b/kdat/VerifyDlg.h index 07490a5..fbde1da 100644 --- a/kdat/VerifyDlg.h +++ b/kdat/VerifyDlg.h @@ -27,7 +27,7 @@ class TQLabel; class TQPushButton; -class KProcess; +class TDEProcess; class LoggerWidget; class TapeDrive; @@ -39,7 +39,7 @@ class VerifyDlg : public TQDialog { Q_OBJECT bool _restore; - KProcess* _proc; + TDEProcess* _proc; TQString _workingDir; int _fileno; const RangeList& _ranges; @@ -64,9 +64,9 @@ class VerifyDlg : public TQDialog { void updateStats(); private slots: - void slotProcessExited( KProcess* proc ); - void slotStdout( KProcess* proc, char* buf, int len ); - void slotWroteStdin( KProcess* proc ); + void slotProcessExited( TDEProcess* proc ); + void slotStdout( TDEProcess* proc, char* buf, int len ); + void slotWroteStdin( TDEProcess* proc ); void slotOK(); void slotAbort(); protected: |