summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-01 19:15:40 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-01 19:15:40 +0000
commit95aea7e9407c6292651931aa51fcf17e034e80df (patch)
treec1e48a75af845734ac5e9c7d5f240f4a0b8a578b /dcop
parent09d9d0683c3d80d7f88afd163b387d222c2220bb (diff)
downloadtdelibs-95aea7e9407c6292651931aa51fcf17e034e80df.tar.gz
tdelibs-95aea7e9407c6292651931aa51fcf17e034e80df.zip
Disable DCOP logging to prevent logfile pollution
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250812 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcop')
-rw-r--r--dcop/dcopserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dcop/dcopserver.h b/dcop/dcopserver.h
index f5d0ea9f0..f0f5d1137 100644
--- a/dcop/dcopserver.h
+++ b/dcop/dcopserver.h
@@ -61,6 +61,8 @@ class TQTextStream;
class TQFile;
#endif
+#define NDEBUG
+
typedef TQValueList<TQCString> QCStringList;
/**