From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdeui/tdeaboutdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeui/tdeaboutdialog.h') diff --git a/tdeui/tdeaboutdialog.h b/tdeui/tdeaboutdialog.h index 0ebb89174..d637a64b7 100644 --- a/tdeui/tdeaboutdialog.h +++ b/tdeui/tdeaboutdialog.h @@ -49,7 +49,7 @@ class TDEAboutContainerPrivate; */ class TDEUI_EXPORT TDEAboutContainer : public TQFrame { - Q_OBJECT + TQ_OBJECT public: TDEAboutContainer( TQWidget *parent=0, const char *name=0, @@ -91,7 +91,7 @@ class TDEAboutContributorPrivate; */ class TDEUI_EXPORT TDEAboutContributor : public TQFrame { - Q_OBJECT + TQ_OBJECT public: TDEAboutContributor( TQWidget *parent=0, const char *name=0, @@ -149,7 +149,7 @@ class TDEUI_EXPORT TDEAboutContributor : public TQFrame */ class TDEUI_EXPORT TDEAboutWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -282,7 +282,7 @@ class TDEAboutDialogPrivate; */ class TDEUI_EXPORT TDEAboutDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** -- cgit v1.2.1