From cd4b0ac22608120ad003f575a1640e1ddc7703df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- akregator/src/propertiesdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/propertiesdialog.h') diff --git a/akregator/src/propertiesdialog.h b/akregator/src/propertiesdialog.h index b9652221c..6734a5652 100644 --- a/akregator/src/propertiesdialog.h +++ b/akregator/src/propertiesdialog.h @@ -32,7 +32,7 @@ namespace Akregator { class FeedPropertiesWidget : public FeedPropertiesWidgetBase { - Q_OBJECT + TQ_OBJECT public: FeedPropertiesWidget(TQWidget *parent = 0, const char *name = 0); @@ -44,7 +44,7 @@ namespace Akregator class FeedPropertiesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FeedPropertiesDialog(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1