summaryrefslogtreecommitdiffstats
path: root/kommander/editor/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/command.cpp')
-rw-r--r--kommander/editor/command.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kommander/editor/command.cpp b/kommander/editor/command.cpp
index 231537b9..02da2f52 100644
--- a/kommander/editor/command.cpp
+++ b/kommander/editor/command.cpp
@@ -1066,7 +1066,7 @@ void AddConnectionCommand::execute()
#ifndef KOMMANDER
if ( connection.receiver == formWindow()->mainContainer() )
{
- // qDebug("AddConnectionCommand::execute(): Would have called EventList::setup()");
+ // tqDebug("AddConnectionCommand::execute(): Would have called EventList::setup()");
formWindow()->mainWindow()->propertyeditor()->eventList()->setup();
}
#endif
@@ -1079,7 +1079,7 @@ void AddConnectionCommand::unexecute()
#ifndef KOMMANDER
if ( connection.receiver == formWindow()->mainContainer() )
{
- // qDebug("AddConnectionCommand::unexecute(): Would have called EventList::setup()");
+ // tqDebug("AddConnectionCommand::unexecute(): Would have called EventList::setup()");
formWindow()->mainWindow()->propertyeditor()->eventList()->setup();
}
#endif
@@ -1100,7 +1100,7 @@ void RemoveConnectionCommand::execute()
#ifndef KOMMANDER
if ( connection.receiver == formWindow()->mainContainer() )
{
- // qDebug("RemoveConnectionCommand::execute(): Would have called EventList::setup()");
+ // tqDebug("RemoveConnectionCommand::execute(): Would have called EventList::setup()");
formWindow()->mainWindow()->propertyeditor()->eventList()->setup();
}
#endif
@@ -1113,7 +1113,7 @@ void RemoveConnectionCommand::unexecute()
#ifndef KOMMANDER
if ( connection.receiver == formWindow()->mainContainer() )
{
- // qDebug("RemoveConnectionCommand::unexecute(): Would have called EventList::setup()");
+ // tqDebug("RemoveConnectionCommand::unexecute(): Would have called EventList::setup()");
formWindow()->mainWindow()->propertyeditor()->eventList()->setup();
}
#endif
@@ -1126,7 +1126,7 @@ AddSlotCommand::AddSlotCommand( const TQString &name, FormWindow *fw, const TQCS
const TQString& spec, const TQString &a, const TQString &l, const TQString &rt )
: Command( name, fw ), slot( s ), specifier( spec ), access( a ), language( l ), returnType( rt )
{
- // qDebug("AddSlotCommand::AddSlotCommand()");
+ // tqDebug("AddSlotCommand::AddSlotCommand()");
}
void AddSlotCommand::execute()
@@ -1155,7 +1155,7 @@ RemoveSlotCommand::RemoveSlotCommand( const TQString &name, FormWindow *fw, cons
const TQString& spec, const TQString &a, const TQString &l, const TQString &rt )
: Command( name, fw ), slot( s ), specifier( spec ), access( a ), language( l ), returnType( rt )
{
- // qDebug("RemoveSlotCommand::RemoveSlotCommand()");
+ // tqDebug("RemoveSlotCommand::RemoveSlotCommand()");
}
void RemoveSlotCommand::execute()