summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-27 12:54:30 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-27 12:54:30 +0100
commitc7048563b95f8d27b20aac0a0e1fbc5c4584c514 (patch)
treeb1513c556461a14d2e3bda6c43ce74d4d1eb5f72 /src/webview.h
parentAdded SlackBuild (diff)
downloadrekonq-c7048563b95f8d27b20aac0a0e1fbc5c4584c514.tar.xz
BrowserMainWindow --> MainWindow
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h
index aa8efb81..6710aac4 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -33,7 +33,7 @@ class QNetworkReply;
class QSslError;
QT_END_NAMESPACE
-class BrowserMainWindow;
+class MainWindow;
class WebPage : public QWebPage
@@ -45,7 +45,7 @@ signals:
public:
WebPage(QObject *parent = 0);
- BrowserMainWindow *mainWindow();
+ MainWindow *mainWindow();
protected:
bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);