~ubuntu-branches/ubuntu/precise/kde4libs/precise-security

« back to all changes in this revision

Viewing changes to plasma/containment.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:
1332
1332
                }
1333
1333
 
1334
1334
                QObject::connect(job, SIGNAL(result(KJob*)), q, SLOT(dropJobResult(KJob*)));
1335
 
                QObject::connect(job, SIGNAL(mimetype(KIO::Job *, const QString&)),
1336
 
                                 q, SLOT(mimeTypeRetrieved(KIO::Job *, const QString&)));
 
1335
                QObject::connect(job, SIGNAL(mimetype(KIO::Job*,QString)),
 
1336
                                 q, SLOT(mimeTypeRetrieved(KIO::Job*,QString)));
1337
1337
 
1338
1338
                KMenu *choices = new KMenu("Content dropped");
1339
1339
                choices->addAction(KIcon("process-working"), i18n("Fetching file type..."));