Many API changes and additions after a full review with Jasmin Blanchette <jasmin@trolltech.com>

The diff is too big to mention the changes individually, but most of the changes were of cosmetic
nature where methods or enums have been renamed or prefixed/suffixed according to the consistency
rules of the Qt API.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@32209 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/graphics/qt/ImageQt.cpp b/WebCore/platform/graphics/qt/ImageQt.cpp
index f807d6a..91090eb 100644
--- a/WebCore/platform/graphics/qt/ImageQt.cpp
+++ b/WebCore/platform/graphics/qt/ImageQt.cpp
@@ -61,9 +61,9 @@
     else if (resource == "nullPlugin")
         pixmap = QWebSettings::webGraphic(QWebSettings::MissingPluginGraphic);
     else if (resource == "urlIcon")
-        pixmap = QWebSettings::webGraphic(QWebSettings::DefaultFaviconGraphic);
+        pixmap = QWebSettings::webGraphic(QWebSettings::DefaultFrameIconGraphic);
     else if (resource == "textAreaResizeCorner")
-        pixmap = QWebSettings::webGraphic(QWebSettings::TextAreaResizeCornerGraphic);
+        pixmap = QWebSettings::webGraphic(QWebSettings::TextAreaSizeGripCornerGraphic);
 
     return pixmap;
 }