From b035a6c47ef46ee310c0574ecd3bf6eb15cbca5c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 28 Dec 2023 16:37:45 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 11f3716a1c82b43f92dc32083101558f3ec47f27) --- src/querypage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/querypage.cpp') diff --git a/src/querypage.cpp b/src/querypage.cpp index 06a77b5..f5d90c0 100644 --- a/src/querypage.cpp +++ b/src/querypage.cpp @@ -56,8 +56,8 @@ QueryPage::QueryPage(TQWidget* pParent, const char * szName) : m_pView = new QueryView(this); m_pDriver = new QueryViewDriver(m_pView, this); - connect(m_pView, SIGNAL(lineRequested(const TQString&, uint)), this, - SIGNAL(lineRequested(const TQString&, uint))); + connect(m_pView, TQ_SIGNAL(lineRequested(const TQString&, uint)), this, + TQ_SIGNAL(lineRequested(const TQString&, uint))); // Set colours and font applyPrefs(); -- cgit v1.2.3