diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-15 23:50:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-15 23:50:12 +0200 |
commit | 962f44708ea40fe9a00fed17d8b2afba0deb2856 (patch) | |
tree | 08f78ebd7ae8a6507b94f5bc716c99fadd1f25be /src/webpage.h | |
parent | Going back to simpler QtWebKit. (diff) | |
download | rekonq-962f44708ea40fe9a00fed17d8b2afba0deb2856.tar.xz |
Some backports from KdeWebKit and rekonq 0.1 implementation
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h index 1e25958c..d8ffc787 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -51,7 +51,7 @@ protected: QWebPage *createWindow(QWebPage::WebWindowType type); virtual WebPage *newWindow(WebWindowType type); -// QString chooseFile(QWebFrame *frame, const QString &suggestedFile); + QString chooseFile(QWebFrame *frame, const QString &suggestedFile); void javaScriptAlert(QWebFrame *frame, const QString &msg); bool javaScriptConfirm(QWebFrame *frame, const QString &msg); @@ -66,7 +66,7 @@ protected Q_SLOTS: private: void viewErrorPage(QNetworkReply *); - KUrl m_loadingUrl; +// KUrl m_loadingUrl; }; #endif |