summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.h
Side-by-side diff
Diffstat (limited to 'noncore/securityplugins/notice/noticeplugin.h') (more/less context) (ignore 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
@@ -43,7 +43,9 @@
/**
* The plugin itself, implementing the main authenticate() function.
*/
-class NoticePlugin : public MultiauthPluginObject {
+class NoticePlugin : public QObject, public MultiauthPluginObject {
+
+ Q_OBJECT;
public:
NoticePlugin();