summaryrefslogtreecommitdiffstats
path: root/system/filelight/filelight-1.9_rc3-gcc45.patch
blob: 3471cb350cf68f2f7eb67accde14d2778a397bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
http://bugs.gentoo.org/321357

--- src/app/mainWindow.cpp
+++ src/app/mainWindow.cpp
@@ -222,7 +222,7 @@
 
 inline bool MainWindow::slotScanPath(const QString &path)
 {
-    return slotScanUrl(KUrl::KUrl(path));
+    return slotScanUrl(KUrl(path));
 }
 
 bool MainWindow::slotScanUrl(const KUrl &url)
--- src/part/radialMap/widget.cpp
+++ src/part/radialMap/widget.cpp
@@ -64,7 +64,7 @@
 KUrl
 RadialMap::Widget::url(File const * const file) const
 {
-    return KUrl::KUrl(file ? file->fullPath() : m_tree->fullPath());
+    return KUrl(file ? file->fullPath() : m_tree->fullPath());
 }
 
 void