~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kdecore/network/k3clientsocketbase.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
      // don't restart the lookups if they had succeeded and
148
148
      // the input values weren't changed
149
149
      QObject::connect(&d->peerResolver,
150
 
                       SIGNAL(finished(const KNetwork::KResolverResults&)),
 
150
                       SIGNAL(finished(KNetwork::KResolverResults)),
151
151
                       this, SLOT(lookupFinishedSlot()));
152
152
      QObject::connect(&d->localResolver,
153
 
                       SIGNAL(finished(const KNetwork::KResolverResults&)),
 
153
                       SIGNAL(finished(KNetwork::KResolverResults)),
154
154
                       this, SLOT(lookupFinishedSlot()));
155
155
 
156
156
      if (d->localResolver.status() <= 0)