┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-19 18:59:11 +0000
committerPeter Penz <[email protected]>2010-05-19 18:59:11 +0000
commita047333c0482249a12dca4e6a16c102684c785de (patch)
treed149b8ba05d9f2c049e8e9c4b1f651463de35b1c
parent91851b436e7c623b54a19f8948b01b4dd28b50cc (diff)
SVN_SILENT: Revert accidental commit of temporary debugging codee error message is shown in Dolphin instead.
CCBUG: 229505 svn path=/trunk/KDE/kdebase/apps/; revision=1128600
-rw-r--r--src/viewproperties.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp
index 1fa84f4a6..67f0634f2 100644
--- a/src/viewproperties.cpp
+++ b/src/viewproperties.cpp
@@ -34,8 +34,6 @@
#include <QFile>
#include <QFileInfo>
-#include <kdebug.h>
-
ViewProperties::ViewProperties(const KUrl& url) :
m_changedProps(false),
m_autoSave(true),
@@ -48,7 +46,6 @@ ViewProperties::ViewProperties(const KUrl& url) :
const QLatin1String fileName("/.directory");
if ((m_filepath.length() < 1) || !QDir::isAbsolutePath(m_filepath)) {
- kDebug() << "---- using global path: global/.directory";
const QString file = destinationDir("global") + fileName;
m_node = new ViewPropertySettings(KSharedConfig::openConfig(file));
return;