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 0d13741..14d6eb7 100644 --- a/kdat/IndexDlg.h +++ b/kdat/IndexDlg.h @@ -37,7 +37,7 @@ class TarParser; * @short Status dialog for recreating a tape index. */ class IndexDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TarParser* _tarParser; Tape* _tape; |