summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.h
Side-by-side diff
Diffstat (limited to 'noncore/securityplugins/notice/noticeplugin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/securityplugins/notice/noticeplugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/securityplugins/notice/noticeplugin.h b/noncore/securityplugins/notice/noticeplugin.h
index e01cb93..842d47b 100644
--- a/noncore/securityplugins/notice/noticeplugin.h
+++ b/noncore/securityplugins/notice/noticeplugin.h
@@ -40,13 +40,15 @@
#include "noticeConfigWidget.h"
/// Multi-authentication plugin, having the user accept a (legal, etc.) notice text.
/**
* The plugin itself, implementing the main authenticate() function.
*/
-class NoticePlugin : public MultiauthPluginObject {
+class NoticePlugin : public QObject, public MultiauthPluginObject {
+
+ Q_OBJECT;
public:
NoticePlugin();
virtual ~NoticePlugin();
int authenticate();
MultiauthConfigWidget * configWidget(QWidget * parent);