diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:41:53 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:41:53 +0000 |
commit | 665752652730b595a269aa0a89ed16f5e3951dab (patch) | |
tree | ce52c86ae9fc24e18b1c02eac6ef94493d14160f | |
parent | Pedantic (diff) | |
download | rekonq-665752652730b595a269aa0a89ed16f5e3951dab.tar.xz |
Fix forward declaration
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963192 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/cookiejar.h | 1 | ||||
-rw-r--r-- | src/mainview.h | 3 | ||||
-rw-r--r-- | src/mainwindow.h | 1 | ||||
-rw-r--r-- | src/webview.h | 5 |
4 files changed, 0 insertions, 10 deletions
diff --git a/src/cookiejar.h b/src/cookiejar.h index 27071b6d..30d57ac1 100644 --- a/src/cookiejar.h +++ b/src/cookiejar.h @@ -35,7 +35,6 @@ // Forward Declarations class QSortFilterProxyModel; -class QKeyEvent; class AutoSaver; diff --git a/src/mainview.h b/src/mainview.h index 372902dd..5696c4c2 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -32,17 +32,14 @@ #include <KTabWidget> // Forward Declarations -class QLineEdit; class QUrl; class QWebFrame; class QLabel; class KAction; -class KCompletion; class KMenu; class KUrl; -class HistoryCompletionModel; class StackedUrlBar; class TabBar; class UrlBar; diff --git a/src/mainwindow.h b/src/mainwindow.h index cdb7151d..823ab86f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -40,7 +40,6 @@ class QWebFrame; class KUrl; class KAction; class KActionMenu; -class KIcon; class KMenu; class FindBar; diff --git a/src/webview.h b/src/webview.h index 11f04571..c6ca17f8 100644 --- a/src/webview.h +++ b/src/webview.h @@ -31,17 +31,12 @@ #include <QWebPage> // Forward Declarations -class MainWindow; -class Application; class KActionCollection; class QWebFrame; -class QAuthenticator; class QMouseEvent; -class QNetworkProxy; class QNetworkReply; -class QSslError; class WebPage : public QWebPage |