summaryrefslogtreecommitdiff
path: root/src/urlbar/rsswidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 17:22:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 17:22:18 +0200
commit6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch)
tree48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/urlbar/rsswidget.h
parentKrazy fixes (diff)
downloadrekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz
Include Fixes, first bunch
Diffstat (limited to 'src/urlbar/rsswidget.h')
-rw-r--r--src/urlbar/rsswidget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/urlbar/rsswidget.h b/src/urlbar/rsswidget.h
index a5bd7b2d..258107eb 100644
--- a/src/urlbar/rsswidget.h
+++ b/src/urlbar/rsswidget.h
@@ -32,10 +32,12 @@
// KDE Includes
#include <KComboBox>
+#include <KUrl>
// Qt Includes
-#include <QFrame>
-#include <KUrl>
+#include <QtCore/QMap>
+
+#include <QtGui/QFrame>
class RSSWidget : public QFrame