diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:40:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:40:58 -0600 |
commit | 5f444a9ea966b68991cef44d2711378ef9ff406d (patch) | |
tree | 07f06257228437d61e24ef7ebe530d365c4ee54c /kdat/BackupDlg.h | |
parent | 91f62a5883c34899da0137e71f74ceb5c17fc799 (diff) | |
download | tdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.tar.gz tdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kdat/BackupDlg.h')
-rw-r--r-- | kdat/BackupDlg.h | 8 |
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 ); |