From efa55080160c7b88c4052c2567439c324f646614 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 (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df) --- korganizer/freebusyurldialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korganizer/freebusyurldialog.h') diff --git a/korganizer/freebusyurldialog.h b/korganizer/freebusyurldialog.h index 9447a7f11..a0363ce88 100644 --- a/korganizer/freebusyurldialog.h +++ b/korganizer/freebusyurldialog.h @@ -35,7 +35,7 @@ class Attendee; class FreeBusyUrlDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FreeBusyUrlDialog( KCal::Attendee *, TQWidget *parent = 0, @@ -50,7 +50,7 @@ class FreeBusyUrlDialog : public KDialogBase class FreeBusyUrlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: FreeBusyUrlWidget( KCal::Attendee *, TQWidget *parent = 0, -- cgit v1.2.1