diff options
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp')
| -rw-r--r-- | filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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()));  } | 
