summaryrefslogtreecommitdiff
path: root/libsowatch/notificationplugininterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/notificationplugininterface.h')
-rw-r--r--libsowatch/notificationplugininterface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsowatch/notificationplugininterface.h b/libsowatch/notificationplugininterface.h
index fa75ddd..144e388 100644
--- a/libsowatch/notificationplugininterface.h
+++ b/libsowatch/notificationplugininterface.h
@@ -4,7 +4,6 @@
#include <QtPlugin>
#include <QtCore/QSettings>
#include <QtCore/QStringList>
-#include <QtGui/QIcon>
#include "sowatch_global.h"
namespace sowatch
@@ -21,7 +20,6 @@ public:
struct NotificationProviderInfo {
QString name;
- QIcon icon;
};
virtual QStringList providers() = 0;