From 8dda858403d283f1850c0298aac0fb5212a27952 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 26 Feb 2010 11:37:11 +0100 Subject: tests support for every Qt derived rekonq class --- src/websnap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/websnap.h') 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 @@ -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 -- cgit v1.2.1