CVS commit by jriddell:
put back in necessary this->
M +1 -1 messagewidget.cpp 1.58
--- kdesdk/umbrello/umbrello/messagewidget.cpp #1.57:1.58
@@ -651,5 +651,5 @@ int MessageWidget::getMaxHeight() {
height = heightB;
}
- return (height - height());
+ return (height - this->height());
}