From 1329ec6abbcb7b79cd960e0ca138f16598d5f11f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 17:34:53 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp') diff --git a/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp b/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp index 81c95f6c..4953b27c 100644 --- a/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp +++ b/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp @@ -108,7 +108,7 @@ void PrinterDlgImpl::initDialog() _userTab = new UserTabImpl(this,_share); _tabs->insertTab(_userTab,i18n("&Users"),1); _userTab->load(); - connect(_userTab, TQT_SIGNAL(changed()), this, TQT_SLOT(changedSlot())); + connect(_userTab, TQ_SIGNAL(changed()), this, TQ_SLOT(changedSlot())); // Printing @@ -156,7 +156,7 @@ void PrinterDlgImpl::initDialog() _dictMngr->add("root postexec",rootPostExecEdit); _dictMngr->load( _share ); - connect(_dictMngr, TQT_SIGNAL(changed()), this, TQT_SLOT(changedSlot())); + connect(_dictMngr, TQ_SIGNAL(changed()), this, TQ_SLOT(changedSlot())); } -- cgit v1.2.3