┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/editbookmarkdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-11-22 17:13:11 +0000
committerPeter Penz <[email protected]>2006-11-22 17:13:11 +0000
commit7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (patch)
tree48c9e04fccc22a57d0871273b610f2b5da8edd19 /src/editbookmarkdialog.h
parent9075797f9b529d958fa1b6a2a4fe45bc00c4b69d (diff)
As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now).
svn path=/trunk/playground/utils/dolphin/; revision=606991
Diffstat (limited to 'src/editbookmarkdialog.h')
-rw-r--r--src/editbookmarkdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/editbookmarkdialog.h b/src/editbookmarkdialog.h
index f1235b757..b25f1ad62 100644
--- a/src/editbookmarkdialog.h
+++ b/src/editbookmarkdialog.h
@@ -28,7 +28,7 @@ class QLineEdit;
class QPushButton;
/**
- * @brief Allows to edit the icon, URL and name of a bookmark.
+ * @brief Allows to edit the icon, Url and name of a bookmark.
*
* The default usage is like this:
* \code
@@ -49,8 +49,8 @@ public:
virtual ~EditBookmarkDialog();
/**
- * Opens a dialog where the current icon, URL and name of
- * an URL are editable. The title of the dialog is set to \a title.
+ * Opens a dialog where the current icon, Url and name of
+ * an Url are editable. The title of the dialog is set to \a title.
* @return A valid bookmark, if the user has pressed OK. Otherwise
* a null bookmark is returned (see Bookmark::isNull()).
*/