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/VerifyOptDlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/VerifyOptDlg.h') diff --git a/kdat/VerifyOptDlg.h b/kdat/VerifyOptDlg.h index a08d80e..c1444f8 100644 --- a/kdat/VerifyOptDlg.h +++ b/kdat/VerifyOptDlg.h @@ -31,7 +31,7 @@ class TQLineEdit; * have been combined into a single dialog. */ class VerifyOptDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT bool _restore; TQString _workingDir; -- cgit v1.2.1