|
|
@ -113,7 +113,7 @@ void FilterRuleWidget::slotEditRegExp() {
|
|
|
|
TQString(), TQT_TQOBJECT(this));
|
|
|
|
TQString(), TQT_TQOBJECT(this));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
KRegExpEditorInterface* iface = static_cast<KRegExpEditorInterface *>(m_editRegExpDialog->qt_cast(TQString::fromLatin1("KRegExpEditorInterface")));
|
|
|
|
KRegExpEditorInterface* iface = static_cast<KRegExpEditorInterface *>(m_editRegExpDialog->tqt_cast(TQString::fromLatin1("KRegExpEditorInterface")));
|
|
|
|
if(iface) {
|
|
|
|
if(iface) {
|
|
|
|
iface->setRegExp(m_ruleValue->text());
|
|
|
|
iface->setRegExp(m_ruleValue->text());
|
|
|
|
if(m_editRegExpDialog->exec() == TQDialog::Accepted) {
|
|
|
|
if(m_editRegExpDialog->exec() == TQDialog::Accepted) {
|
|
|
|