From c144fa77a4fef70b632cdaeb2d37e1db238a2348 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:02:35 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/autostart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autostart.h b/src/autostart.h index 0f82473..4d205a6 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -34,7 +34,7 @@ class CAutostart: public TDECModule { - Q_OBJECT + TQ_OBJECT public: CAutostart( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );