summaryrefslogtreecommitdiff
path: root/src/urlbar/favoritewidget.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:47:32 +0200
commit962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885 (patch)
tree61b57a16e83c5a170799f9abfc6b667911966992 /src/urlbar/favoritewidget.cpp
parentFix apturl handling (workaround) (diff)
downloadrekonq-962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
Diffstat (limited to 'src/urlbar/favoritewidget.cpp')
-rw-r--r--src/urlbar/favoritewidget.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/urlbar/favoritewidget.cpp b/src/urlbar/favoritewidget.cpp
index f72deace..6a4ffaba 100644
--- a/src/urlbar/favoritewidget.cpp
+++ b/src/urlbar/favoritewidget.cpp
@@ -35,6 +35,7 @@
#include "application.h"
#include "bookmarkmanager.h"
#include "bookmarkowner.h"
+#include "webtab.h"
// KDE Includes
#include <KLocalizedString>
@@ -42,10 +43,10 @@
#include <KLineEdit>
// Qt Includes
-#include <QtGui/QDialogButtonBox>
-#include <QtGui/QFormLayout>
-#include <QtGui/QLabel>
-#include <QtGui/QPushButton>
+#include <QDialogButtonBox>
+#include <QFormLayout>
+#include <QLabel>
+#include <QPushButton>
FavoriteWidget::FavoriteWidget(WebTab *tab, QWidget *parent)