summaryrefslogtreecommitdiffstats
path: root/kdat/VerifyDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/VerifyDlg.cpp')
-rw-r--r--kdat/VerifyDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/VerifyDlg.cpp b/kdat/VerifyDlg.cpp
index 520c050..209c177 100644
--- a/kdat/VerifyDlg.cpp
+++ b/kdat/VerifyDlg.cpp
@@ -45,8 +45,8 @@
VerifyDlg::VerifyDlg( const TQString & workingDir, int fileno, const RangeList& ranges,
- bool restore, TQWidget* tqparent, const char* name )
- : TQDialog( tqparent, name, TRUE ),
+ bool restore, TQWidget* parent, const char* name )
+ : TQDialog( parent, name, TRUE ),
_restore( restore ),
_proc( NULL ),
_workingDir( workingDir ),