summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authormlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-04 06:41:53 +0000
committermlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-04 06:41:53 +0000
commit665752652730b595a269aa0a89ed16f5e3951dab (patch)
treece52c86ae9fc24e18b1c02eac6ef94493d14160f /src/mainview.h
parentPedantic (diff)
downloadrekonq-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
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h3
1 files changed, 0 insertions, 3 deletions
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;