summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.h
Unidiff
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
@@ -43,7 +43,9 @@
43/** 43/**
44 * The plugin itself, implementing the main authenticate() function. 44 * The plugin itself, implementing the main authenticate() function.
45 */ 45 */
46class NoticePlugin : public MultiauthPluginObject { 46class NoticePlugin : public QObject, public MultiauthPluginObject {
47
48 Q_OBJECT;
47 49
48public: 50public:
49 NoticePlugin(); 51 NoticePlugin();