From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 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 --- tdeio/tdefile/knotifydialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeio/tdefile/knotifydialog.h') diff --git a/tdeio/tdefile/knotifydialog.h b/tdeio/tdefile/knotifydialog.h index c8b5b21ac..fe6dcc6ba 100644 --- a/tdeio/tdefile/knotifydialog.h +++ b/tdeio/tdefile/knotifydialog.h @@ -51,7 +51,7 @@ namespace KNotify */ class TDEIO_EXPORT KNotifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -188,7 +188,7 @@ namespace KNotify */ class TDEIO_EXPORT KNotifyWidget : public KNotifyWidgetBase { - Q_OBJECT + TQ_OBJECT public: KNotifyWidget( TQWidget* parent = 0, const char* name = 0, -- cgit v1.2.1