┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-05-19 07:25:40 +0000
committerPeter Penz <[email protected]>2009-05-19 07:25:40 +0000
commitec859058c6a4cf82cc247cefbfb71b090a62be73 (patch)
tree9c7865f4fa9e67a3fe5f05c26bd9659bd9d79fb4 /src/dolphinmainwindow.cpp
parentd16434ef019fc5aa4ad2bd11f4423a2b4f01d84d (diff)
krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=969874
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp3
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()) {