summaryrefslogtreecommitdiffstats
path: root/ksirc/ioBroadcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/ioBroadcast.h')
-rw-r--r--ksirc/ioBroadcast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/ioBroadcast.h b/ksirc/ioBroadcast.h
index 9bb33ff9..f68d760b 100644
--- a/ksirc/ioBroadcast.h
+++ b/ksirc/ioBroadcast.h
@@ -9,7 +9,7 @@ public:
KSircIOBroadcast(KSircProcess *_proc) : KSircMessageReceiver(_proc)
{
proc = _proc;
- setBroadcast(FALSE);
+ setBroadcast(false);
}
virtual ~KSircIOBroadcast();