summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:52:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:52:32 +0200
commit087924515fa1a0885b36859123c86ed9a4ff97c3 (patch)
tree73e95c19098e039064fc767992109e667af9ca30 /src/webpage.h
parentcleaning code a bit... (diff)
downloadrekonq-087924515fa1a0885b36859123c86ed9a4ff97c3.tar.xz
cleaning web* classes and fixing newWindow and createWindow WebPage
slots
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 9c4eef49..cdfb8f00 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -48,7 +48,7 @@ public slots:
void manageNetworkErrors(QNetworkReply* reply);
protected:
- QWebPage *createWindow(QWebPage::WebWindowType type);
+ WebPage *createWindow(WebWindowType type);
virtual WebPage *newWindow(WebWindowType type);
QString chooseFile(QWebFrame *frame, const QString &suggestedFile);