From f03ddc53e2767bb7f88374996bb192275de12e51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Jan 2024 10:33:17 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 1bc48a6ae2706e13093955e8181ac2f58a7ec3ac) --- src/sidebarpage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sidebarpage.cpp') diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 99b1af4..80f52e4 100644 --- a/src/sidebarpage.cpp +++ b/src/sidebarpage.cpp @@ -23,8 +23,8 @@ SidebarPage::SidebarPage(TQWidget* parent) : TQWidget(parent) { - connect(&Dolphin::mainWin(), TQT_SIGNAL(activeViewChanged()), - this, TQT_SLOT(activeViewChanged())); + connect(&Dolphin::mainWin(), TQ_SIGNAL(activeViewChanged()), + this, TQ_SLOT(activeViewChanged())); } SidebarPage::~SidebarPage() -- cgit v1.2.3