From c7048563b95f8d27b20aac0a0e1fbc5c4584c514 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 27 Dec 2008 12:54:30 +0100 Subject: BrowserMainWindow --> MainWindow --- src/webview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webview.h') 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); -- cgit v1.2.1