X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fksvg2%2FKSVGFactory.h;h=a480dd8ef48249e01968cffb2d212434cb019267;hp=2caa2be11766f8917874727a3625d4a81ca83688;hb=4ac88d931747f48e6391c4ce72556cee6b3aeddc;hpb=eaa961ca0768858adbdf22a4bc32f8fa57992863 diff --git a/WebCore/ksvg2/KSVGFactory.h b/WebCore/ksvg2/KSVGFactory.h index 2caa2be..a480dd8 100644 --- a/WebCore/ksvg2/KSVGFactory.h +++ b/WebCore/ksvg2/KSVGFactory.h @@ -24,7 +24,7 @@ #define KSVG_KSVGFactory_H #include -#include +#include #include #include @@ -49,7 +49,7 @@ namespace KSVG static void registerPart(KSVGPart *part); static void deregisterPart(KSVGPart *part); - static QPtrList *partList() { return s_parts; } + static Q3PtrList *partList() { return s_parts; } static KInstance *instance(); static KSVGSettings *defaultSVGSettings(); @@ -72,7 +72,7 @@ namespace KSVG static KAboutData *s_about; static KSVGSettings *s_settings; - static QPtrList *s_parts; + static Q3PtrList *s_parts; }; }