|
|
|
@ -293,7 +293,7 @@ void LipstikStyle::polish(TQWidget* widget)
|
|
|
|
|
connect(widget, TQT_SIGNAL(destroyed(TQObject*)), this, TQT_SLOT(khtmlWidgetDestroyed(TQObject*)));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// use qt_cast where possible to check if the widget inheits one of the classes. might improve
|
|
|
|
|
// use tqt_cast where possible to check if the widget inheits one of the classes. might improve
|
|
|
|
|
// performance compared to TQObject::inherits()
|
|
|
|
|
if ( ::tqqt_cast<TQPushButton*>(widget) || ::tqqt_cast<TQComboBox*>(widget) ||
|
|
|
|
|
::tqqt_cast<TQSpinWidget*>(widget) || ::tqqt_cast<TQSlider*>(widget) ||
|
|
|
|
@ -345,7 +345,7 @@ void LipstikStyle::unPolish(TQWidget* widget)
|
|
|
|
|
khtmlWidgets.remove(widget);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// use qt_cast to check if the widget inheits one of the classes.
|
|
|
|
|
// use tqt_cast to check if the widget inheits one of the classes.
|
|
|
|
|
if ( ::tqqt_cast<TQPushButton*>(widget) || ::tqqt_cast<TQComboBox*>(widget) ||
|
|
|
|
|
::tqqt_cast<TQSpinWidget*>(widget) || ::tqqt_cast<TQSlider*>(widget) ||
|
|
|
|
|
::tqqt_cast<TQCheckBox*>(widget) || ::tqqt_cast<TQRadioButton*>(widget) ||
|
|
|
|
@ -3946,7 +3946,7 @@ bool LipstikStyle::eventFilter(TQObject *obj, TQEvent *ev)
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//Hover highlight... use qt_cast to check if the widget inheits one of the classes.
|
|
|
|
|
//Hover highlight... use tqt_cast to check if the widget inheits one of the classes.
|
|
|
|
|
if ( ::tqqt_cast<TQPushButton*>(obj) || ::tqqt_cast<TQComboBox*>(obj) ||
|
|
|
|
|
::tqqt_cast<TQSpinWidget*>(obj) || ::tqqt_cast<TQCheckBox*>(obj) ||
|
|
|
|
|
::tqqt_cast<TQRadioButton*>(obj) || ::tqqt_cast<TQToolButton*>(obj) ||
|
|
|
|
|