From ec859058c6a4cf82cc247cefbfb71b090a62be73 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 19 May 2009 07:25:40 +0000 Subject: krazy fixes svn path=/trunk/KDE/kdebase/apps/; revision=969874 --- src/dolphinmainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index f5d175482..f6688ddce 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -84,7 +84,6 @@ #include #include #include -#include #include #include #include @@ -1519,7 +1518,7 @@ QString DolphinMainWindow::tabName(const KUrl& url) const { QString name; if (url.equals(KUrl("file:///"))) { - name = "/"; + name = '/'; } else { name = url.fileName(); if (name.isEmpty()) { -- cgit v1.3