summaryrefslogtreecommitdiffstats
path: root/kdat/VerifyDlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:58 -0600
commit5f444a9ea966b68991cef44d2711378ef9ff406d (patch)
tree07f06257228437d61e24ef7ebe530d365c4ee54c /kdat/VerifyDlg.h
parent91f62a5883c34899da0137e71f74ceb5c17fc799 (diff)
downloadtdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.tar.gz
tdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kdat/VerifyDlg.h')
-rw-r--r--kdat/VerifyDlg.h10
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: