~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/kdeobservatory/src/kdeobservatory.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-26 13:35:18 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20101126133518-oxz33xjsoi02ty9f
Tags: 4:4.5.80-0ubuntu1
* New upstream beta release
* Disable kubuntu_02_microblog_default_configuration.diff does not apply
* New package plasma-containments-addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
public Q_SLOTS:
72
72
    void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data);
 
73
    void configChanged();
73
74
 
74
75
protected Q_SLOTS:
75
76
    void safeInit();
90
91
private:
91
92
    void createViews();
92
93
    void updateViews();
93
 
    void loadConfig();
94
94
    void saveConfig();
95
95
    void createTimers();
96
96
    void createViewProviders();
97
97
 
98
 
    KConfigGroup m_configGroup;
99
 
 
100
98
    KdeObservatoryConfigGeneral  *m_configGeneral;
101
99
    KdeObservatoryConfigProjects *m_configProjects;
102
100
    KdeObservatoryConfigViews    *m_configViews;