summaryrefslogtreecommitdiffstats
path: root/system/filelight/filelight-1.9_rc3-gcc45.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/filelight/filelight-1.9_rc3-gcc45.patch')
-rw-r--r--system/filelight/filelight-1.9_rc3-gcc45.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/system/filelight/filelight-1.9_rc3-gcc45.patch b/system/filelight/filelight-1.9_rc3-gcc45.patch
deleted file mode 100644
index 3471cb350c..0000000000
--- a/system/filelight/filelight-1.9_rc3-gcc45.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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