From 27075bc698a12dbc10e76618d83d952bd9d579ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:37:34 -0600 Subject: Rename additional global TQt functions --- kommander/editor/command.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kommander/editor/command.cpp') 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() -- cgit v1.2.1