Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent 3074ea4b40
commit f3480e99ff

@ -162,7 +162,7 @@ void DiffPage::slotShowRegExpEditor()
if ( ! m_ignoreRegExpDialog )
m_ignoreRegExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( m_ignoreRegExpDialog->qt_cast( "KRegExpEditorInterface" ) );
KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( m_ignoreRegExpDialog->tqt_cast( "KRegExpEditorInterface" ) );
if ( !iface )
return;

Loading…
Cancel
Save