~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to powerdevil/kcmodule/global/GeneralPage.h

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "ui_generalPage.h"
26
26
 
 
27
class ErrorOverlay;
27
28
class GeneralPage : public KCModule, private Ui_generalPage
28
29
{
29
30
    Q_OBJECT
40
41
private slots:
41
42
    void configureNotifications();
42
43
    void reloadAvailableProfiles();
 
44
    void onServiceRegistered(const QString &service);
 
45
    void onServiceUnregistered(const QString &service);
 
46
 
 
47
private:
 
48
    QWeakPointer< ErrorOverlay > m_errorOverlay;
43
49
};
44
50
 
45
51
#endif /* GENERALPAGE_H */