Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent 3a2b8b22f9
commit 070d50b98d

@ -192,7 +192,7 @@ void ReplaceDialog::invokeRegEdit()
{
TQDialog* regExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( regExpDialog->qt_cast( "KRegExpEditorInterface" ) );
KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( regExpDialog->tqt_cast( "KRegExpEditorInterface" ) );
if ( !iface )
return;

Loading…
Cancel
Save