summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-21 10:29:02 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-21 10:29:02 +0200
commit068d5a71948365d55b39abed862b3bc8b980127b (patch)
treefbc1cb9c36cbbb2d62c3bd40d983086c1a2e2f66 /src/urlbar/urlbar.h
parentMerge commit 'refs/merge-requests/183' of git://gitorious.org/rekonq/mainline... (diff)
downloadrekonq-068d5a71948365d55b39abed862b3bc8b980127b.tar.xz
Restore bk icon on the right
This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index d0e2b60e..8808661b 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -83,6 +83,7 @@ public:
KGet = 0x00000001,
RSS = 0x00000010,
SSL = 0x00000100,
+ BK = 0x00001000
};
explicit UrlBar(QWidget *parent = 0);