Darrell Anderson 12 years ago
commit fdbcd3092e

@ -1 +1 @@
Subproject commit 6b3a1fc54f258941ae7ae10909a23d32afee9df7
Subproject commit 6868254e6c10ba5b95ef622b25c39144f3d1161a

@ -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