#ifndef OPENRC_ACTIONS_H #define OPENRC_ACTIONS_H #include #include class OpenRCHelper: public QObject { Q_OBJECT public Q_SLOTS: KAuth::ActionReply removeservice(const QVariantMap& args); KAuth::ActionReply stopservice(const QVariantMap& args); KAuth::ActionReply restartservice(const QVariantMap& args); }; #endif /* OPENRC_ACTIONS_H */