diff options
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp')
| -rw-r--r-- | filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp | 44 | 
1 files changed, 22 insertions, 22 deletions
| diff --git a/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp b/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp index 2b629f42..8ed4cacb 100644 --- a/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp +++ b/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp @@ -121,18 +121,18 @@ HiddenFileView::HiddenFileView(ShareDlgImpl* shareDlg, SambaShare* share)    _dlg->hiddenChk->setTristate(true);    _dlg->vetoChk->setTristate(true); -  connect( _dlg->hiddenChk, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT( hiddenChkClicked(bool) )); -  connect( _dlg->vetoChk, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT( vetoChkClicked(bool) )); -  connect( _dlg->vetoOplockChk, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT( vetoOplockChkClicked(bool) )); +  connect( _dlg->hiddenChk, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT( hiddenChkClicked(bool) )); +  connect( _dlg->vetoChk, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT( vetoChkClicked(bool) )); +  connect( _dlg->vetoOplockChk, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT( vetoOplockChkClicked(bool) ));    _dlg->hiddenEdit->setText( _share->getValue("hide files") ); -  connect( _dlg->hiddenEdit, TQT_SIGNAL(textChanged(const TQString &)), this, TQT_SLOT(updateView())); +  connect( _dlg->hiddenEdit, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(updateView()));    _dlg->vetoEdit->setText( _share->getValue("veto files") ); -  connect( _dlg->vetoEdit, TQT_SIGNAL(textChanged(const TQString &)), this, TQT_SLOT(updateView())); +  connect( _dlg->vetoEdit, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(updateView()));    _dlg->vetoOplockEdit->setText( _share->getValue("veto oplock files") ); -  connect( _dlg->vetoOplockEdit, TQT_SIGNAL(textChanged(const TQString &)), this, TQT_SLOT(updateView())); +  connect( _dlg->vetoOplockEdit, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(updateView()));  //  new TQLabel(i18n("Hint")+" : ",grid);  //  new TQLabel(i18n("You have to separate the entries with a '/'. You can use the wildcards '*' and '?'"),grid); @@ -142,18 +142,18 @@ HiddenFileView::HiddenFileView(ShareDlgImpl* shareDlg, SambaShare* share)    _dir = new KDirLister(true);    _dir->setShowingDotFiles(true); -  connect( _dir, TQT_SIGNAL(newItems(const KFileItemList &)), -           this, TQT_SLOT(insertNewFiles(const KFileItemList &))); +  connect( _dir, TQ_SIGNAL(newItems(const KFileItemList &)), +           this, TQ_SLOT(insertNewFiles(const KFileItemList &))); -  connect( _dir, TQT_SIGNAL(deleteItem(KFileItem*)), -           this, TQT_SLOT(deleteItem(KFileItem*))); +  connect( _dir, TQ_SIGNAL(deleteItem(KFileItem*)), +           this, TQ_SLOT(deleteItem(KFileItem*))); -  connect( _dir, TQT_SIGNAL(refreshItems(const KFileItemList &)), -           this, TQT_SLOT(refreshItems(const KFileItemList &))); +  connect( _dir, TQ_SIGNAL(refreshItems(const KFileItemList &)), +           this, TQ_SLOT(refreshItems(const KFileItemList &))); -  connect( _hiddenActn, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(hiddenChkClicked(bool))); -  connect( _vetoActn, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(vetoChkClicked(bool))); -  connect( _vetoOplockActn, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(vetoOplockChkClicked(bool))); +  connect( _hiddenActn, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(hiddenChkClicked(bool))); +  connect( _vetoActn, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(vetoChkClicked(bool))); +  connect( _vetoOplockActn, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(vetoOplockChkClicked(bool)));  }  void HiddenFileView::initListView() @@ -172,15 +172,15 @@ void HiddenFileView::initListView()    _vetoActn->plug(_popup);    _vetoOplockActn->plug(_popup); -  connect( _dlg->hiddenListView, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(selectionChanged())); -  connect( _dlg->hiddenListView, TQT_SIGNAL(contextMenu(TDEListView*,TQListViewItem*,const TQPoint&)), -           this, TQT_SLOT(showContextMenu())); +  connect( _dlg->hiddenListView, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(selectionChanged())); +  connect( _dlg->hiddenListView, TQ_SIGNAL(contextMenu(TDEListView*,TQListViewItem*,const TQPoint&)), +           this, TQ_SLOT(showContextMenu())); -  connect( _dlg->hideDotFilesChk, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(hideDotFilesChkClicked(bool))); -  connect( _dlg->hideUnreadableChk, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(hideUnreadableChkClicked(bool))); +  connect( _dlg->hideDotFilesChk, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(hideDotFilesChkClicked(bool))); +  connect( _dlg->hideUnreadableChk, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(hideUnreadableChkClicked(bool))); -  connect( _dlg->hiddenListView, TQT_SIGNAL(mouseButtonPressed(int,TQListViewItem*,const TQPoint &,int)), -           this, TQT_SLOT(slotMouseButtonPressed(int,TQListViewItem*,const TQPoint &,int))); +  connect( _dlg->hiddenListView, TQ_SIGNAL(mouseButtonPressed(int,TQListViewItem*,const TQPoint &,int)), +           this, TQ_SLOT(slotMouseButtonPressed(int,TQListViewItem*,const TQPoint &,int)));  }  HiddenFileView::~HiddenFileView() | 
