From db187ed0c046481efb95bf0f54a04b3d775c298c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:32:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/uptimepanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uptimepanel.h') diff --git a/src/uptimepanel.h b/src/uptimepanel.h index b00cc0d..0982717 100644 --- a/src/uptimepanel.h +++ b/src/uptimepanel.h @@ -28,7 +28,7 @@ */ class UpTimePanel : public Panel { -Q_OBJECT +TQ_OBJECT public: UpTimePanel(TQWidget *parent=0, const char *name=0); ~UpTimePanel(); -- cgit v1.2.3