Remove various '#define' strings - part 6

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ee7c7b4016)
r14.1.x
Michele Calgaro 6 months ago
parent bcdbeef852
commit 9a8675a84c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -187,7 +187,7 @@ void KStreamRipper::tuneInButtonClicked()
TQStringList commands = TQStringList::split( " ", command );
TQProcess *process = new TQProcess( TQT_TQOBJECT(this) );
TQProcess *process = new TQProcess( this );
process->setArguments( commands );
process->start();

Loading…
Cancel
Save