diff options
Diffstat (limited to 'kexi/plugins/macros/lib/macro.cpp')
| -rw-r--r-- | kexi/plugins/macros/lib/macro.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kexi/plugins/macros/lib/macro.cpp b/kexi/plugins/macros/lib/macro.cpp index af29da57a..a5f84be7a 100644 --- a/kexi/plugins/macros/lib/macro.cpp +++ b/kexi/plugins/macros/lib/macro.cpp @@ -115,7 +115,7 @@ TDESharedPtr<Context> Macro::execute(TQObject* sender)  		// set the sender-variable if we got a sender TQObject.  		c->setVariable("[sender]", TDESharedPtr<Variable>( new Variable(sender) ));  	} -	//connect(context, TQT_SIGNAL(activated()), this, TQT_SIGNAL(activated())); +	//connect(context, TQ_SIGNAL(activated()), this, TQ_SIGNAL(activated()));  	//call activate in the context of the macro  	c->activate( c ); | 
