summaryrefslogtreecommitdiff
path: root/src/urlbar/webshortcutwidget.cpp
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@gmail.com>2011-01-14 02:44:04 +0530
committerRohan Garg <rohangarg@gmail.com>2011-01-14 02:44:04 +0530
commit4311a749ecab72bef935958a32a3caaf60475711 (patch)
treeb9f223b36dd014bd62d06c70a3a76db6edb7a3d8 /src/urlbar/webshortcutwidget.cpp
parentFix issues as pointed out by Krazy (diff)
downloadrekonq-4311a749ecab72bef935958a32a3caaf60475711.tar.xz
Fixes as pointed out by Krazy
* Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
Diffstat (limited to 'src/urlbar/webshortcutwidget.cpp')
-rw-r--r--src/urlbar/webshortcutwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/webshortcutwidget.cpp b/src/urlbar/webshortcutwidget.cpp
index c687108a..629e7fb2 100644
--- a/src/urlbar/webshortcutwidget.cpp
+++ b/src/urlbar/webshortcutwidget.cpp
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#include "rekonq_defines.h"
#include "webshortcutwidget.h"
+#include "rekonq_defines.h"
#include <QtCore/QTimer>
#include <QtCore/QSet>