~ubuntu-branches/ubuntu/lucid/kdesdk/lucid

« back to all changes in this revision

Viewing changes to lokalize/src/editortab.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-18 23:46:24 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: james.westby@ubuntu.com-20091218234624-lvwm5t7ib5t5o8v4
Tags: upstream-4.3.85
ImportĀ upstreamĀ versionĀ 4.3.85

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
    action->setText(i18nc("@action:inmenu","Change searching direction"));
467
467
    action=edit->addAction(KStandardAction::Replace,this,SLOT(replace()));
468
468
 
469
 
    connect(m_view->viewPort(),SIGNAL(findRequested()),this,SLOT(find()));
470
 
    connect(m_view->viewPort(),SIGNAL(findNextRequested()),this,SLOT(findNext()));
471
 
    connect(m_view->viewPort(),SIGNAL(replaceRequested()),this,SLOT(replace()));
 
469
    connect(m_view,SIGNAL(findRequested()),     this,SLOT(find()));
 
470
    connect(m_view,SIGNAL(findNextRequested()), this,SLOT(findNext()));
 
471
    connect(m_view,SIGNAL(replaceRequested()),  this,SLOT(replace()));
472
472
 
473
473
 
474
474
//