X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9a5f54d83ddc84aa68348058acfcb385ef621577..abf17941f7:/src/editbookmarkdialog.h diff --git a/src/editbookmarkdialog.h b/src/editbookmarkdialog.h index f1235b757..9e18980e0 100644 --- a/src/editbookmarkdialog.h +++ b/src/editbookmarkdialog.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #ifndef EDITBOOKMARKDIALOG_H #define 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()). */