~ubuntu-branches/ubuntu/utopic/homerun/utopic-proposed

« back to all changes in this revision

Viewing changes to applet/homerunlauncher.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-18 19:55:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121218195512-bsgx4n7xr9w4igs4
Tags: 0.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
    void init();
43
43
 
 
44
    void createConfigurationInterface(KConfigDialog *parent); // reimp
 
45
 
44
46
private Q_SLOTS:
45
47
    void toggle();
 
48
    void readConfig();
46
49
 
47
50
private:
48
51
    Plasma::IconWidget *m_icon;