From 416c6f3ee66fc83ef557b383b90ebf79d77c1867 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:17 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kdat/IndexDlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/IndexDlg.h') 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; -- cgit v1.2.1