summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde/kdecommandthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/kde/kdecommandthread.cxx')
-rw-r--r--fpicker/source/unx/kde/kdecommandthread.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/fpicker/source/unx/kde/kdecommandthread.cxx b/fpicker/source/unx/kde/kdecommandthread.cxx
index 499c3ad54ab7..b68ddb0030c4 100644
--- a/fpicker/source/unx/kde/kdecommandthread.cxx
+++ b/fpicker/source/unx/kde/kdecommandthread.cxx
@@ -34,7 +34,9 @@
#include <kapplication.h>
+#if OSL_DEBUG_LEVEL > 1
#include <iostream>
+#endif
//////////////////////////////////////////////////////////////////////////
// CommandEvent
@@ -105,7 +107,7 @@ void KDECommandThread::handleCommand( const QString &rString, bool &bQuit )
{
QMutexLocker qMutexLocker( &m_aMutex );
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 1
::std::cerr << "kdefilepicker received: " << rString.latin1() << ::std::endl;
#endif