summaryrefslogtreecommitdiff
path: root/flashplayerwidget.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-07-21 14:03:31 +0100
committerBenjamin Otte <otte@gnome.org>2007-07-21 14:03:31 +0100
commit464802ff5644ea32ebf4b4c17b99c99be1ea4bc1 (patch)
treec69b6d4583fa7fd10d69be7a08dba9a5af6622c6 /flashplayerwidget.h
parent928c322a8a92100c147d4c68712e0ad2e0f50aa8 (diff)
initial commit of KDE4 codekde4
Diffstat (limited to 'flashplayerwidget.h')
-rw-r--r--flashplayerwidget.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/flashplayerwidget.h b/flashplayerwidget.h
index 99a2e1b..25c4dbd 100644
--- a/flashplayerwidget.h
+++ b/flashplayerwidget.h
@@ -3,9 +3,8 @@
#define FLASHPLAYERWIDGET_H
// Qt
-#include <qwidget.h>
-
-class QUrl;
+#include <QWidget>
+#include <QUrl>
class FlashPlayerWidget : public QWidget
{
@@ -35,7 +34,6 @@ Q_OBJECT
private:
void handleMouseEvent( QMouseEvent* event );
void prepareSurface();
- void render();
private:
class Private;