summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 2689e3f5..5e078756 100644
--- a/src/application.h
+++ b/src/application.h
@@ -43,6 +43,7 @@
#include <QtCore/QDateTime>
#include <QtCore/QWeakPointer>
+class QWebHistory;
// Forward Declarations
class AdBlockManager;
@@ -55,6 +56,7 @@ class OpenSearchManager;
class SessionManager;
class UserAgentManager;
class SyncManager;
+class WebTab;
class KAction;
@@ -104,6 +106,8 @@ public:
{
return _privateBrowsingAction;
};
+
+ WebTab *loadUrl(const KUrl& url, QWebHistory *webHistory, const Rekonq::OpenType& type = Rekonq::CurrentTab);
public Q_SLOTS:
/**