style fix and removing useless header

This commit is contained in:
zack%kde.org 2005-08-20 07:14:33 +00:00
parent 5fd382e8ca
commit f102909dcb

View File

@ -266,9 +266,9 @@ nsNativeThemeQt::GetMinimumWidgetSize(nsIRenderingContext* aContext, nsIFrame* a
return NS_OK;
}
NS_IMETHODIMP
nsNativeThemeQt::WidgetStateChanged(nsIFrame* aFrame, PRUint8 aWidgetType,
nsIAtom* aAttribute, PRBool* aShouldRepaint)
NS_IMETHODIMP
nsNativeThemeQt::WidgetStateChanged(nsIFrame* aFrame, PRUint8 aWidgetType,
nsIAtom* aAttribute, PRBool* aShouldRepaint)
{
*aShouldRepaint = TRUE;
return NS_OK;