diff options
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index 30441e02..54f63503 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -29,6 +29,9 @@ #ifndef WEB_SNAP_H #define WEB_SNAP_H +// Local Includes +#include "rekonqprivate_export.h" + // KDE Includes #include <KUrl> @@ -47,7 +50,7 @@ * on that. * Heavily based on Graphics-Dojo WebSnap example (thanks!) */ -class WebSnap : public QObject +class REKONQ_TESTS_EXPORT WebSnap : public QObject { Q_OBJECT |