diff options
Diffstat (limited to 'libsowatch/graphicswatchlet.h')
-rw-r--r-- | libsowatch/graphicswatchlet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libsowatch/graphicswatchlet.h b/libsowatch/graphicswatchlet.h index 9754062..d2cbb37 100644 --- a/libsowatch/graphicswatchlet.h +++ b/libsowatch/graphicswatchlet.h @@ -4,11 +4,12 @@ #include <QtGui/QGraphicsScene> #include <QtGui/QRegion> #include "watchlet.h" +#include "sowatch_global.h" namespace sowatch { -class GraphicsWatchlet : public Watchlet +class SOWATCH_EXPORT GraphicsWatchlet : public Watchlet { Q_OBJECT public: |