summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
commit8dda858403d283f1850c0298aac0fb5212a27952 (patch)
treeb21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/websnap.h
parentFixing scripts and tests to start reloading them.. (diff)
downloadrekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h5
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