summaryrefslogtreecommitdiffstats
path: root/src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp')
-rw-r--r--src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp b/src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp
index d24efa0..0bc342d 100644
--- a/src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp
+++ b/src/kvirc/kvs/kvi_kvs_treenode_specialcommandswitch.cpp
@@ -80,7 +80,7 @@ void KviKvsTreeNodeSpecialCommandSwitchLabelCase::contextDescription(TQString &s
void KviKvsTreeNodeSpecialCommandSwitchLabelCase::dump(const char * prefix)
{
- debug("%s SpecialCommandSwitchLabelCase",prefix);
+ tqDebug("%s SpecialCommandSwitchLabelCase",prefix);
TQString tmp = prefix;
tmp.append(" ");
if(m_pParameter)m_pParameter->dump(tmp.utf8().data());
@@ -156,7 +156,7 @@ void KviKvsTreeNodeSpecialCommandSwitchLabelMatch::contextDescription(TQString &
void KviKvsTreeNodeSpecialCommandSwitchLabelMatch::dump(const char * prefix)
{
- debug("%s SpecialCommandSwitchLabelMatch",prefix);
+ tqDebug("%s SpecialCommandSwitchLabelMatch",prefix);
TQString tmp = prefix;
tmp.append(" ");
if(m_pParameter)m_pParameter->dump(tmp.utf8().data());
@@ -210,7 +210,7 @@ void KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::contextDescription(TQString
void KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::dump(const char * prefix)
{
- debug("%s SpecialCommandSwitchLabelRegexp",prefix);
+ tqDebug("%s SpecialCommandSwitchLabelRegexp",prefix);
TQString tmp = prefix;
tmp.append(" ");
if(m_pParameter)m_pParameter->dump(tmp.utf8().data());
@@ -266,7 +266,7 @@ void KviKvsTreeNodeSpecialCommandSwitchLabelDefault::contextDescription(TQString
void KviKvsTreeNodeSpecialCommandSwitchLabelDefault::dump(const char * prefix)
{
- debug("%s SpecialCommandSwitchLabelDefault",prefix);
+ tqDebug("%s SpecialCommandSwitchLabelDefault",prefix);
TQString tmp = prefix;
tmp.append(" ");
if(m_pInstruction)m_pInstruction->dump(tmp.utf8().data());
@@ -318,7 +318,7 @@ void KviKvsTreeNodeSpecialCommandSwitch::contextDescription(TQString &szBuffer)
void KviKvsTreeNodeSpecialCommandSwitch::dump(const char * prefix)
{
- debug("%s SpecialCommandSwitch",prefix);
+ tqDebug("%s SpecialCommandSwitch",prefix);
TQString tmp = prefix;
tmp.append(" ");
m_pExpression->dump(tmp.utf8().data());