summaryrefslogtreecommitdiffstats
path: root/kdat/BackupDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/BackupDlg.h')
-rw-r--r--kdat/BackupDlg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h
index 423e920..57bd333 100644
--- a/kdat/BackupDlg.h
+++ b/kdat/BackupDlg.h
@@ -24,7 +24,7 @@
class TQLabel;
class TQPushButton;
-class KProcess;
+class TDEProcess;
class Archive;
class File;
@@ -38,7 +38,7 @@ class TarParser;
class BackupDlg : public TQDialog {
Q_OBJECT
- KProcess* _proc;
+ TDEProcess* _proc;
TarParser* _tarParser;
TQString _archiveName;
TQString _workingDir;
@@ -72,8 +72,8 @@ class BackupDlg : public TQDialog {
void updateStats();
private slots:
- void slotProcessExited( KProcess* proc );
- void slotStdout( KProcess* proc, char* buf, int len );
+ void slotProcessExited( TDEProcess* proc );
+ void slotStdout( TDEProcess* proc, char* buf, int len );
void slotOK();
void slotAbort();
void slotEntry( const TQString& name, int size, int mtime, int record );