diff options
Diffstat (limited to 'kdat/IndexDlg.h')
-rw-r--r-- | kdat/IndexDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/IndexDlg.h b/kdat/IndexDlg.h index 41a4070..0d13741 100644 --- a/kdat/IndexDlg.h +++ b/kdat/IndexDlg.h @@ -38,7 +38,7 @@ class TarParser; */ class IndexDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + TarParser* _tarParser; Tape* _tape; Archive* _archive; |