diff options
| author | Craig Drummond <[email protected]> | 2008-05-27 15:06:28 +0000 |
|---|---|---|
| committer | Craig Drummond <[email protected]> | 2008-05-27 15:06:28 +0000 |
| commit | 2f56e8f9b09f93858155c3ec72016713f4a25ebe (patch) | |
| tree | fefb597f4de7acd91d265a02f905a4e771d9b502 /src/startupsettingspage.cpp | |
| parent | 66b47bf3d29d2f94c1b4ff2565ec8f8acaaa8d8f (diff) | |
Give dialog a parent.
svn path=/trunk/KDE/kdebase/apps/; revision=813386
Diffstat (limited to 'src/startupsettingspage.cpp')
| -rw-r--r-- | src/startupsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/startupsettingspage.cpp b/src/startupsettingspage.cpp index ed30f2a7f..532c6e606 100644 --- a/src/startupsettingspage.cpp +++ b/src/startupsettingspage.cpp @@ -134,7 +134,7 @@ void StartupSettingsPage::restoreDefaults() 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(); |
