From 3b3f9ec8f31978030c17309fae48335bea5c1587 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 --- korganizer/previewdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korganizer/previewdialog.cpp') diff --git a/korganizer/previewdialog.cpp b/korganizer/previewdialog.cpp index dade7791b..8e77504a9 100644 --- a/korganizer/previewdialog.cpp +++ b/korganizer/previewdialog.cpp @@ -64,8 +64,8 @@ PreviewDialog::PreviewDialog( const KURL &url, TQWidget *parent ) topLayout->setSpacing( spacingHint() ); topLayout->setMargin( marginHint() ); - connect( this, TQT_SIGNAL(user1Clicked()), TQT_SLOT(slotMerge()) ); - connect( this, TQT_SIGNAL(user2Clicked()), TQT_SLOT(slotAdd()) ); + connect( this, TQ_SIGNAL(user1Clicked()), TQ_SLOT(slotMerge()) ); + connect( this, TQ_SIGNAL(user2Clicked()), TQ_SLOT(slotAdd()) ); // when someone edits a kmail attachment he's editing a tmp file, check for that // and if it's a tmp file then open a save dialog -- cgit v1.2.1