~ubuntu-branches/ubuntu/wily/ktp-kded-integration-module/wily

« back to all changes in this revision

Viewing changes to screensaveraway.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2014-02-18 00:14:58 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20140218001458-mta8ewgg9qtd0hzb
Tags: 0.7.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "telepathy-kded-module-plugin.h"
25
25
 
26
 
#include <TelepathyQt/Presence>
27
 
#include <TelepathyQt/AccountManager>
28
 
 
29
26
namespace KTp {
30
27
class GlobalPresence;
31
28
}
38
35
    explicit ScreenSaverAway(KTp::GlobalPresence *globalPresence, QObject *parent = 0);
39
36
    ~ScreenSaverAway();
40
37
 
41
 
    void readConfig();
42
38
    QString pluginName() const;
43
39
 
44
40
public Q_SLOTS:
45
 
    void onSettingsChanged();
 
41
    void reloadConfig();
46
42
 
47
43
private Q_SLOTS:
48
44
    void onActiveChanged(bool newState);