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

« back to all changes in this revision

Viewing changes to kio/kio/kdatatool.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:
298
298
            const QString name = (*entry).service()->entryPath(); // something unique
299
299
            KDataToolAction * action = new KDataToolAction( *uit, *entry, *cit, parent );
300
300
            parent->addAction( name, action );
301
 
            connect( action, SIGNAL( toolActivated( const KDataToolInfo &, const QString & ) ),
 
301
            connect( action, SIGNAL(toolActivated(KDataToolInfo,QString)),
302
302
                     receiver, slot );
303
303
            actionList.append( action );
304
304
        }