~ubuntu-branches/ubuntu/natty/kdebindings/natty

« back to all changes in this revision

Viewing changes to python/pykde4/sip/akonadi/collectionpropertiesdialog.sip

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac, Jonathan Riddell, Philip Muskovac
  • Date: 2010-12-23 01:06:35 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20101223010635-2i4d9nh4t6k31o7j
Tags: 4:4.5.90-0ubuntu1
[ Jonathan Riddell ]
* New upstream RC release

[ Philip Muskovac ]
* Add build-dep on libqimageblitz-dev again

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    static void             registerPage (Akonadi::CollectionPropertiesPageFactory* factory);
33
33
    ~CollectionPropertiesDialog ();
34
34
    static void             useDefaultPage (bool use);
 
35
                            CollectionPropertiesDialog (const Akonadi::Collection& collection, const QStringList& pages, QWidget* parent /TransferThis/ = 0);
35
36
};
36
37
// CollectionPropertiesDialog
37
38