git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug #: 4946
[WebKit-https.git]
/
WebCore
/
ksvg2
/
KSVGFactory.h
diff --git
a/WebCore/ksvg2/KSVGFactory.h
b/WebCore/ksvg2/KSVGFactory.h
index
2caa2be
..
a480dd8
100644
(file)
--- a/
WebCore/ksvg2/KSVGFactory.h
+++ b/
WebCore/ksvg2/KSVGFactory.h
@@
-24,7
+24,7
@@
#define KSVG_KSVGFactory_H
#include <kurl.h>
#define KSVG_KSVGFactory_H
#include <kurl.h>
-#include <qptrlist.h>
+#include <q
3
ptrlist.h>
#include <kparts/factory.h>
#include <kparts/historyprovider.h>
#include <kparts/factory.h>
#include <kparts/historyprovider.h>
@@
-49,7
+49,7
@@
namespace KSVG
static void registerPart(KSVGPart *part);
static void deregisterPart(KSVGPart *part);
static void registerPart(KSVGPart *part);
static void deregisterPart(KSVGPart *part);
- static QPtrList<KSVGPart> *partList() { return s_parts; }
+ static Q
3
PtrList<KSVGPart> *partList() { return s_parts; }
static KInstance *instance();
static KSVGSettings *defaultSVGSettings();
static KInstance *instance();
static KSVGSettings *defaultSVGSettings();
@@
-72,7
+72,7
@@
namespace KSVG
static KAboutData *s_about;
static KSVGSettings *s_settings;
static KAboutData *s_about;
static KSVGSettings *s_settings;
- static QPtrList<KSVGPart> *s_parts;
+ static Q
3
PtrList<KSVGPart> *s_parts;
};
}
};
}