~ubuntu-branches/ubuntu/raring/kdepimlibs/raring-proposed

« back to all changes in this revision

Viewing changes to mailtransport/tests/queuer.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-14 14:37:07 UTC
  • mfrom: (1.1.72)
  • Revision ID: package-import@ubuntu.com-20111214143707-nvfc00wnfayzn9ig
Tags: 4:4.7.90-0ubuntu1
* New upstream beta release
* Add packages libkalarmcal2 and libakonadi-notes4

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
  connect( job, SIGNAL(result(KJob*)),
134
134
           SLOT(jobResult(KJob*)) );
135
 
  connect( job, SIGNAL(percent(KJob*,unsigned long)),
136
 
           SLOT(jobPercent(KJob*,unsigned long)) );
 
135
  connect( job, SIGNAL(percent(KJob*,ulong)),
 
136
           SLOT(jobPercent(KJob*,ulong)) );
137
137
  connect( job, SIGNAL(infoMessage(KJob*,QString,QString)),
138
138
           SLOT(jobInfoMessage(KJob*,QString,QString)) );
139
139