diff --git a/style/lipstik.cpp b/style/lipstik.cpp index 4eb3d6f..c666d07 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -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(widget) || ::tqqt_cast(widget) || ::tqqt_cast(widget) || ::tqqt_cast(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(widget) || ::tqqt_cast(widget) || ::tqqt_cast(widget) || ::tqqt_cast(widget) || ::tqqt_cast(widget) || ::tqqt_cast(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(obj) || ::tqqt_cast(obj) || ::tqqt_cast(obj) || ::tqqt_cast(obj) || ::tqqt_cast(obj) || ::tqqt_cast(obj) ||