Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 321357
Collapse All | Expand All

(-)work.orig//filelight-1.9rc3/src/app/mainWindow.cpp (-1 / +1 lines)
Lines 222-228 Link Here
222
222
223
inline bool MainWindow::slotScanPath(const QString &path)
223
inline bool MainWindow::slotScanPath(const QString &path)
224
{
224
{
225
    return slotScanUrl(KUrl::KUrl(path));
225
    return slotScanUrl(KUrl(path));
226
}
226
}
227
227
228
bool MainWindow::slotScanUrl(const KUrl &url)
228
bool MainWindow::slotScanUrl(const KUrl &url)
(-)work.orig//filelight-1.9rc3/src/part/radialMap/widget.cpp (-1 / +1 lines)
Lines 64-70 Link Here
64
KUrl
64
KUrl
65
RadialMap::Widget::url(File const * const file) const
65
RadialMap::Widget::url(File const * const file) const
66
{
66
{
67
    return KUrl::KUrl(file ? file->fullPath() : m_tree->fullPath());
67
    return KUrl(file ? file->fullPath() : m_tree->fullPath());
68
}
68
}
69
69
70
void
70
void

Return to bug 321357