~ubuntu-branches/ubuntu/lucid/kdebindings/lucid-updates

« back to all changes in this revision

Viewing changes to python/pykde4/sip/plasma/dataenginescript.sip

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-06-28 13:49:04 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628134904-z9npn50sj25hscc9
Tags: 4:4.2.95-0ubuntu1
* New upstream release
  - Bump kdelibs5-dev and kdepimlibs5-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    virtual QStringList     sources () const;
36
36
    virtual bool            sourceRequestEvent (const QString& name);
37
37
    virtual bool            updateSourceEvent (const QString& source);
38
 
//FIXME
39
 
//    Plasma::Service*        serviceForSource(const QString &source);
 
38
    Plasma::Service*        serviceForSource(const QString &source);
40
39
 
41
40
protected:
42
41
    QString                 mainScript () const;