svn path=/trunk/KDE/kdebase/apps/; revision=813386
void StartupSettingsPage::selectHomeUrl()
{
const QString homeUrl = m_homeUrl->text();
void StartupSettingsPage::selectHomeUrl()
{
const QString homeUrl = m_homeUrl->text();
- KUrl url = KFileDialog::getExistingDirectoryUrl(homeUrl);
+ KUrl url = KFileDialog::getExistingDirectoryUrl(homeUrl, this);
if (!url.isEmpty()) {
m_homeUrl->setText(url.prettyUrl());
emit changed();
if (!url.isEmpty()) {
m_homeUrl->setText(url.prettyUrl());
emit changed();