summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
commit06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b (patch)
treebdbc792266fea13099eecebe4c032f97a2eb2fea /src/bookmarks.h
parentupdating authors.. (diff)
downloadrekonq-06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b.tar.xz
EBN Krazy fixes. 1st round..
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h
index d7213cb7..38655133 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -209,7 +209,7 @@ signals:
public slots:
/**
* @short Opens the context menu on given position
- * @param point Point on whitch you want to open this menu
+ * @param point Point on which you want to open this menu
*/
void contextMenu(const QPoint &point);
@@ -218,7 +218,7 @@ public slots:
* Waits for signal that the group (or any of its children) with the address
* @p groupAddress (e.g. "/4/5") has been modified by the caller @p caller.
*
- * @param group bookmark group adress
+ * @param group bookmark group address
* @param caller caller that modified the bookmarks
* @see KBookmarkManager::changed
*/