From 8788f2253d6263252e76fee49249b8ae47ef8be8 Mon Sep 17 00:00:00 2001 From: "romaxa@romaxa.research.nokia.com" Date: Sat, 19 Apr 2008 20:21:53 +0300 Subject: [PATCH] Fixed missing changes for gfxQtPlatform rename --- widget/src/qt/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/qt/nsWindow.cpp b/widget/src/qt/nsWindow.cpp index 61a9575a47f5..8e662c763503 100644 --- a/widget/src/qt/nsWindow.cpp +++ b/widget/src/qt/nsWindow.cpp @@ -88,7 +88,7 @@ #include "nsIInterfaceRequestorUtils.h" #include "nsAutoPtr.h" -#include "gfxPlatformQt.h" +#include "gfxQtPlatform.h" #include "gfxXlibSurface.h" #include "gfxQPainterSurface.h" #include "gfxContext.h"