summaryrefslogtreecommitdiff
path: root/src/urlbar/favoritewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/favoritewidget.h')
-rw-r--r--src/urlbar/favoritewidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/urlbar/favoritewidget.h b/src/urlbar/favoritewidget.h
index d0b05f14..c75d2a7e 100644
--- a/src/urlbar/favoritewidget.h
+++ b/src/urlbar/favoritewidget.h
@@ -29,11 +29,11 @@
// Qt Includes
-#include <QMenu>
-#include <QCheckBox>
+#include <QtGui/QMenu>
+#include <QtGui/QCheckBox>
-// Forward Declarations
-class WebTab;
+// Local Includes
+#include "webtab.h"
class FavoriteWidget : public QMenu