summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorFurkan Uzumcu <furkanuzumcu@gmail.com>2011-09-18 23:32:47 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-09-18 23:32:47 +0200
commit3ed265b387092e2f112ea1c9933501b3bf64d551 (patch)
tree29596f3ea223ad6a42dd45b6479bd481e2f1272d /src/urlbar/urlbar.h
parentshow notifyPopup at right edge if find- or zoombar is visible (diff)
downloadrekonq-3ed265b387092e2f112ea1c9933501b3bf64d551.tar.xz
Change "Paste & Go" action's text to "Paste & Search" if the content
of the clipboard is not an URL REVIEW: 102441 REVIEWED-BY: adjam
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 7059725b..a9ce301d 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -116,7 +116,9 @@ private Q_SLOTS:
void refreshFavicon();
void pasteAndGo();
+ void pasteAndSearch();
void delSlot();
+ bool isValidURL(QString url);
protected:
void paintEvent(QPaintEvent *event);