summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-07-27 18:47:30 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-07-27 18:47:30 +0200
commit132629199fa69a07650d5dac31d7751c8e73ba8c (patch)
tree0935f07b35cc1ff7e81392e50a068ac8186d0622 /src/urlbar.h
parentUpdated TODO (diff)
downloadrekonq-132629199fa69a07650d5dac31d7751c8e73ba8c.tar.xz
Add a setBackgroundColor to urlbar
Change the urlbar color by the window color when private browsing Change the urlbar color by a light red color when web inspector activated
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index 24fea38f..a943c916 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -52,6 +52,7 @@ public:
void selectAll() const;
KUrl url() const;
QSize sizeHint() const;
+ void setBackgroundColor(QColor);
signals:
void activated(const KUrl&);