X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgui%2Fdaemon.h;h=9fc8bc4a4d539f0682e3a647d3bc8f6042546f9b;hb=cf883c1283eb6b096592ef875a32696fee9dd6ff;hp=b6c65ab8a435aff5e250ec86dd4eb7bacdc8b689;hpb=89496ceee9788c2908c27ad4e2535f2728310d76;p=jenirok diff --git a/src/gui/daemon.h b/src/gui/daemon.h index b6c65ab..9fc8bc4 100644 --- a/src/gui/daemon.h +++ b/src/gui/daemon.h @@ -23,14 +23,14 @@ class Daemon { public: - static bool start(); - static bool stop(); - static bool restart(); - static bool isRunning(); - static bool setAutostart(bool enabled); + static bool start(); + static bool stop(); + static bool restart(); + static bool isRunning(); + static bool setAutostart(bool enabled); private: - Daemon(); + Daemon(); };