summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMontel Laurent <montel@kde.org>2013-05-06 08:00:01 +0200
committerMontel Laurent <montel@kde.org>2013-05-06 08:00:01 +0200
commitc38148675dd9d3c7084930927d425cdf0686da78 (patch)
tree8ec8c1744521c5c522eb2aaac44439e7a8f5d52c
parentGet sure right icons are deleted before repainting them (diff)
downloadrekonq-c38148675dd9d3c7084930927d425cdf0686da78.tar.xz
Fix forward declaration
-rw-r--r--src/application.h1
-rw-r--r--src/download/downloadmanager.h1
-rw-r--r--src/icons/iconmanager.h1
-rw-r--r--src/sessionwidget.h1
-rw-r--r--src/sync/operasynchandler.h3
-rw-r--r--src/tabwindow/tabwidget.h2
-rw-r--r--src/urlbar/urlsuggester.h1
-rw-r--r--src/webtab/webtab.h2
-rw-r--r--src/webwindow/webwindow.h1
9 files changed, 0 insertions, 13 deletions
diff --git a/src/application.h b/src/application.h
index ae248a3e..e97d653f 100644
--- a/src/application.h
+++ b/src/application.h
@@ -40,7 +40,6 @@
// Forward Declarations
class RekonqWindow;
-class WebWindow;
class WebTab;
class WebPage;
diff --git a/src/download/downloadmanager.h b/src/download/downloadmanager.h
index 1b0825d8..96f25ac6 100644
--- a/src/download/downloadmanager.h
+++ b/src/download/downloadmanager.h
@@ -45,7 +45,6 @@
// Forward Includes
class KUrl;
-class QNetworkReply;
class REKONQ_TESTS_EXPORT DownloadManager : public QObject
diff --git a/src/icons/iconmanager.h b/src/icons/iconmanager.h
index 9f39f965..bbb58bdb 100644
--- a/src/icons/iconmanager.h
+++ b/src/icons/iconmanager.h
@@ -38,7 +38,6 @@
// Forward Declarations
class KIcon;
class QWebFrame;
-class KJob;
class REKONQ_TESTS_EXPORT IconManager : public QObject
diff --git a/src/sessionwidget.h b/src/sessionwidget.h
index d40dee7f..21c1b51c 100644
--- a/src/sessionwidget.h
+++ b/src/sessionwidget.h
@@ -38,7 +38,6 @@
#include <QWidget>
// Forward Includes
-class QListWidgetItem;
class SessionWidget : public QWidget , private Ui::Session
diff --git a/src/sync/operasynchandler.h b/src/sync/operasynchandler.h
index 12b05d47..ff20451f 100644
--- a/src/sync/operasynchandler.h
+++ b/src/sync/operasynchandler.h
@@ -42,9 +42,6 @@
#include <QtOAuth/QtOAuth>
// Forward Declarations
-class QNetworkReply;
-class BookmarkManager;
-class QWebView;
class OperaSyncHandler : public SyncHandler
diff --git a/src/tabwindow/tabwidget.h b/src/tabwindow/tabwidget.h
index 02ac9acd..60561f1a 100644
--- a/src/tabwindow/tabwidget.h
+++ b/src/tabwindow/tabwidget.h
@@ -38,9 +38,7 @@
// Forward Declarations
class KUrl;
-class QLabel;
class QToolButton;
-class QWebHistory;
class TabHistory;
diff --git a/src/urlbar/urlsuggester.h b/src/urlbar/urlsuggester.h
index 33bcb398..a5914504 100644
--- a/src/urlbar/urlsuggester.h
+++ b/src/urlbar/urlsuggester.h
@@ -113,7 +113,6 @@ typedef QList <UrlSuggestionItem> UrlSuggestionList;
// ----------------------------------------------------------------------
-class HistoryItem;
class UrlSuggester : public QObject
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index f7124a14..9fa40659 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -47,9 +47,7 @@
#include <config-kactivities.h>
// Forward Declarations
-class NotificationBar;
class PreviewSelectorBar;
-class QPoint;
class WalletBar;
class WebPage;
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index b2e0f5ae..e7b6a263 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -42,7 +42,6 @@
// Forward Declarations
class WebPage;
class WebTab;
-class WebView;
class BookmarkToolBar;
class FindBar;