From b0f8eef013163b2098c2bb07e93cb9b194338b80 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Jan 2024 12:33:20 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 3b3f9ec8f31978030c17309fae48335bea5c1587) --- kalarm/specialactions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/specialactions.cpp') diff --git a/kalarm/specialactions.cpp b/kalarm/specialactions.cpp index fd4b7a7d..f2599e35 100644 --- a/kalarm/specialactions.cpp +++ b/kalarm/specialactions.cpp @@ -46,7 +46,7 @@ SpecialActionsButton::SpecialActionsButton(const TQString& caption, TQWidget* pa { setToggleButton(true); setOn(false); - connect(this, TQT_SIGNAL(clicked()), TQT_SLOT(slotButtonPressed())); + connect(this, TQ_SIGNAL(clicked()), TQ_SLOT(slotButtonPressed())); TQWhatsThis::add(this, i18n("Specify actions to execute before and after the alarm is displayed.")); } -- cgit v1.2.3