constQStringnewName=KInputDialog::getText(i18n("Rename Bookmark"),i18n("Enter the new name of the bookmark:"),bookmark.fullText(),0,widget());
constQStringnewName=QInputDialog::getText(widget(),i18n("Rename Bookmark"),i18n("Enter the new name of the bookmark:"),QLineEdit::Normal,bookmark.fullText());