diff options
Diffstat (limited to 'kdat/IndexDlg.cpp')
-rw-r--r-- | kdat/IndexDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/IndexDlg.cpp b/kdat/IndexDlg.cpp index 2808f86..bd1f62c 100644 --- a/kdat/IndexDlg.cpp +++ b/kdat/IndexDlg.cpp @@ -41,8 +41,8 @@ #include "IndexDlg.moc" -IndexDlg::IndexDlg( Tape* tape, TQWidget* tqparent, const char* name ) - : TQDialog( tqparent, name, TRUE ), +IndexDlg::IndexDlg( Tape* tape, TQWidget* parent, const char* name ) + : TQDialog( parent, name, TRUE ), _tarParser( NULL ), _tape( tape ), _archive( NULL ), |