diff options
| author | Peter Penz <[email protected]> | 2009-05-19 07:25:40 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-05-19 07:25:40 +0000 |
| commit | ec859058c6a4cf82cc247cefbfb71b090a62be73 (patch) | |
| tree | 9c7865f4fa9e67a3fe5f05c26bd9659bd9d79fb4 /src/dolphinmainwindow.cpp | |
| parent | d16434ef019fc5aa4ad2bd11f4423a2b4f01d84d (diff) | |
krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=969874
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <QDBusMessage> #include <QKeyEvent> #include <QClipboard> -#include <QLineEdit> #include <QSplitter> #include <QDockWidget> #include <kacceleratormanager.h> @@ -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()) { |
