From 44548d3e71aab859c1547104f3419fd288add594 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:21 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kbugbuster/gui/cwloadingwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster/gui/cwloadingwidget.h') diff --git a/kbugbuster/gui/cwloadingwidget.h b/kbugbuster/gui/cwloadingwidget.h index 994b42ff..b523d0b3 100644 --- a/kbugbuster/gui/cwloadingwidget.h +++ b/kbugbuster/gui/cwloadingwidget.h @@ -32,7 +32,7 @@ namespace KBugBusterMainWindow */ class CWLoadingWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1