diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
commit | 8dda858403d283f1850c0298aac0fb5212a27952 (patch) | |
tree | b21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/clicktoflash.h | |
parent | Fixing scripts and tests to start reloading them.. (diff) | |
download | rekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz |
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/clicktoflash.h')
-rw-r--r-- | src/clicktoflash.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/clicktoflash.h b/src/clicktoflash.h index 8565f80f..2284ec7e 100644 --- a/src/clicktoflash.h +++ b/src/clicktoflash.h @@ -28,15 +28,22 @@ #ifndef CLICKTOFLASH_H #define CLICKTOFLASH_H + +// Local Includes +#include "rekonqprivate_export.h" + +// Qt Includes #include <QWidget> #include <QUrl> - +// Forward Declarations class WebPluginFactory; -class ClickToFlash : public QWidget + +class REKONQ_TESTS_EXPORT ClickToFlash : public QWidget { Q_OBJECT + public: explicit ClickToFlash(QUrl pluginUrl, QWidget *parent = 0); |