diff options
| author | Kevin Ottens <[email protected]> | 2007-04-02 08:48:53 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2007-04-02 08:48:53 +0000 |
| commit | 351cd615f5b44820666eefe2a8505150bb24dbb3 (patch) | |
| tree | 6d1b1967237aa0fbb57229f5cb3310313632a540 /src/kfileplacesmodel.cpp | |
| parent | 1554df47db71bbbbae4be1431eaba5cd2c442e0c (diff) | |
Fix more URL breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=649203
Diffstat (limited to 'src/kfileplacesmodel.cpp')
| -rw-r--r-- | src/kfileplacesmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kfileplacesmodel.cpp b/src/kfileplacesmodel.cpp index 9199057bd..38f36bb6f 100644 --- a/src/kfileplacesmodel.cpp +++ b/src/kfileplacesmodel.cpp @@ -81,7 +81,7 @@ KFilePlacesModel::~KFilePlacesModel() KUrl KFilePlacesModel::url(const QModelIndex &index) const { - return KUrl(data(index, UrlRole).toString()); + return KUrl(data(index, UrlRole).toUrl()); } bool KFilePlacesModel::mountNeeded(const QModelIndex &index) const |
