From f3820937b0c81e34217d63f433ffc1394a741f1c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 28 Dec 2023 21:15:39 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- doc/html/ServerDlg_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ServerDlg_8cpp-source.html') diff --git a/doc/html/ServerDlg_8cpp-source.html b/doc/html/ServerDlg_8cpp-source.html index 16e9c7c..a29366b 100644 --- a/doc/html/ServerDlg_8cpp-source.html +++ b/doc/html/ServerDlg_8cpp-source.html @@ -151,8 +151,8 @@ 00134 clearWState( WState_Polished ); 00135 00136 // signals and slots connections -00137 connect( m_ButtonOk, SIGNAL( clicked() ), this, SLOT( slotButtonOkClicked() ) ); -00138 connect( m_ButtonCancel, SIGNAL( clicked() ), this, SLOT( reject() ) ); +00137 connect( m_ButtonOk, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotButtonOkClicked() ) ); +00138 connect( m_ButtonCancel, TQ_SIGNAL( clicked() ), this, TQ_SLOT( reject() ) ); 00139 00140 // tab order 00141 setTabOrder( m_EditAccount, m_EditServer ); -- cgit v1.2.3