From c57b4dfc677121eadeff03f1f3fa330882b5b747 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:19:26 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/gui/widgets/CurrentProgressDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/CurrentProgressDialog.h') diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h index 2ff4a19..dae2a08 100644 --- a/src/gui/widgets/CurrentProgressDialog.h +++ b/src/gui/widgets/CurrentProgressDialog.h @@ -36,7 +36,7 @@ class ProgressDialog; class CurrentProgressDialog : public TQObject { - Q_OBJECT + TQ_OBJECT public: static CurrentProgressDialog* getInstance(); -- cgit v1.2.3