From 76af6dc385cb275da7af92933ec14c0177b229d6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Aug 2012 10:46:15 +0200 Subject: Let WebView compile and work WARNING: Not everything compiles yet... --- src/webwindow/webwindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/webwindow') diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index 8e51dcda..bc445afe 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -31,8 +31,12 @@ // Rekonq Includes #include "rekonq_defines.h" +// KDE Includes +// #include + // Qt Includes #include +#include // Forward Declarations class WebPage; @@ -63,6 +67,12 @@ public: bool isLoading(); + inline QAction *actionByName(const QString &name) + { + return new QAction(this); +// FIXME return actionCollection()->action(name); + } + private: void init(); -- cgit v1.2.1