summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-22 11:14:14 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-22 11:14:14 +0200
commitcb782fdc66376041e775f7566c2ab097c246bb53 (patch)
tree462c87d8e9e66701cc4427bb5a343a81aa620141 /src/urlbar/urlbar.h
parentClean up headers && fix compilation with (the upcoming) qt 4.8.2 (diff)
downloadrekonq-cb782fdc66376041e775f7566c2ab097c246bb53.tar.xz
Add fixed favorite icon in the toolbar to let add favorites easier
Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 7cd79853..6460dae3 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -106,13 +106,9 @@ private Q_SLOTS:
void detectTypedString(const QString &);
void suggest();
- void showBookmarkInfo(QPoint);
- void showBookmarkDialog();
-
- void showFavoriteDialog(QPoint);
- void bookmarkContextMenu(QPoint);
- void addFavorite();
-
+ void manageBookmarks(QPoint);
+ void manageFavorites(QPoint);
+
void refreshFavicon();
void pasteAndGo();