From 0cf519188fd8b1ecf2e4788208dae606b9eac915 Mon Sep 17 00:00:00 2001 From: "oliver@apple.com" Date: Sat, 18 Oct 2008 08:44:34 +0000 Subject: [PATCH] 2008-10-18 Zan Dobersek Reviewed by Oliver Hunt. Qt port build fix. * platform/qt/RenderThemeQt.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@37677 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 8 ++++++++ WebCore/platform/qt/RenderThemeQt.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index ac74155..6b538e1 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2008-10-18 Zan Dobersek + + Reviewed by Oliver Hunt. + + Qt port build fix. + + * platform/qt/RenderThemeQt.h: + 2008-10-17 Kevin Watters Reviewed by Kevin Ollivier diff --git a/WebCore/platform/qt/RenderThemeQt.h b/WebCore/platform/qt/RenderThemeQt.h index a5e18d3..76e1855 100644 --- a/WebCore/platform/qt/RenderThemeQt.h +++ b/WebCore/platform/qt/RenderThemeQt.h @@ -126,7 +126,7 @@ private: private: bool supportsFocus(ControlPart) const; - EAppearance applyTheme(QStyleOption&, RenderObject*) const; + ControlPart applyTheme(QStyleOption&, RenderObject*) const; void setButtonPadding(RenderStyle*) const; void setPopupPadding(RenderStyle*) const; -- 1.8.3.1