~ubuntu-branches/ubuntu/maverick/plasma-mobile/maverick

« back to all changes in this revision

Viewing changes to applets/mobilesystray/core/manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Belem
  • Date: 2010-08-30 23:41:22 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100830234122-3q94e0vf1qfl4e2c
Tags: 0.0~svn20100830-0ubuntu1
* New svn snapshot, revision 1170070. (LP: #627205)
* Updated Standards-Version to 3.9.1.
* Updated the build-dep kdebase-workspace-dev to >= 4.5.
* Removed the patches kubuntu_02_enable_mobilesystray_build.diff and
  kubuntu_03_add_mobilesystray_to_all_desktops.diff since upstream
  already enables the systray build and it is by default on all
  desktops.
* Switch to dpkg-source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
    void forwardConstraintsEvent(Plasma::Constraints constraints, Plasma::Applet *host);
63
63
 
64
 
    void loadApplets(Plasma::Applet *parent);
65
 
 
66
 
    void addApplet(const QString appletName, Plasma::Applet *parent);
 
64
// removed as loading applets from config is the containment's job now
 
65
//    void loadApplets(Plasma::Applet *parent);
 
66
 
 
67
// removed as we should not need to add applet by name anymore.
 
68
//    void addApplet(const QString appletName, Plasma::Applet *parent);
 
69
 
 
70
    void addApplet(Plasma::Applet* applet, Plasma::Applet *parent);
67
71
 
68
72
    void removeApplet(const QString appletName, Plasma::Applet *parent);
69
73