webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
--- a/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.cpp	Fri Apr 16 16:07:13 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFepTextEditor.cpp	Mon May 03 13:32:15 2010 +0300
@@ -38,10 +38,10 @@
 
 #include "Frame.h"
 #include "Editor.h"
-#include "HtmlNames.h"
+#include "HTMLNames.h"
 #include "EventHandler.h"
-#include "HtmlInputElement.h"
-#include "HtmlTextAreaElement.h"
+#include "HTMLInputElement.h"
+#include "HTMLTextAreaElement.h"
 #include "PlatformKeyboardEvent.h"
 #include "CSSPropertyNames.h"
 #include "CSSValueKeywords.h"
@@ -49,7 +49,7 @@
 #include <coemain.h>
 #include <eikpanic.h>
 #include <aknedsts.h>
-#include <aknutils.h>
+#include <AknUtils.h>
 #include "Text.h"
 
 using namespace WebCore;