WebCore/ChangeLog

 12010-04-05 Luiz Agostini <luiz.agostini@openbossa.org>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 [Qt] Maemo5 theme - wrong spelling
 6 https://bugs.webkit.org/show_bug.cgi?id=37110
 7
 8 Correcting wrong spelling in RenderThemeQt.cpp.
 9
 10 * platform/qt/RenderThemeQt.cpp:
 11
1122010-04-05 Laszlo Gombos <laszlo.1.gombos@nokia.com>
213
314 Reviewed by Kenneth Rohde Christiansen.

WebCore/platform/qt/RenderThemeQt.cpp

4343#include "HTMLMediaElement.h"
4444#include "HTMLNames.h"
4545#ifdef Q_WS_MAEMO_5
46 #include "Maemo5webstyle.h"
 46#include "Maemo5Webstyle.h"
4747#endif
4848#include "NotImplemented.h"
4949#include "Page.h"