~ubuntu-branches/ubuntu/precise/kdepim/precise-proposed

« back to all changes in this revision

Viewing changes to knode/mailsendjob.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mfrom: (0.2.20)
  • Revision ID: package-import@ubuntu.com-20111215141751-yg890pa7vnlo34e0
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  }
52
52
  job->setTo( to );
53
53
 
54
 
  connect( job, SIGNAL( result(KJob*) ), SLOT( slotResult(KJob*) ) );
 
54
  connect( job, SIGNAL(result(KJob*)), SLOT(slotResult(KJob*)) );
55
55
  setupKJob( job );
56
56
  TransportManager::self()->schedule( job );
57
57
}