[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kde4/kdelibs/khtml/xml
From:       Laurent Montel <montel () kde ! org>
Date:       2005-06-27 9:33:58
Message-ID: 1119864838.481042.23393.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 429330 by mlaurent:

Compile


 M  +4 -1      dom_docimpl.cpp  
 M  +4 -2      dom_docimpl.h  


--- branches/work/kde4/kdelibs/khtml/xml/dom_docimpl.cpp #429329:429330
@@ -43,6 +43,9 @@
 
 #include <q3ptrstack.h>
 #include <q3paintdevicemetrics.h>
+//Added by qt3to4:
+#include <QTimerEvent>
+#include <Q3PtrList>
 #include <kdebug.h>
 #include <klocale.h>
 #include <kstaticdeleter.h>
@@ -2427,7 +2430,7 @@
     
     m_imageLoadEventDispatchingList = m_imageLoadEventDispatchSoonList;
     m_imageLoadEventDispatchSoonList.clear();
-    for (QPtrListIterator<khtml::RenderImage> it(m_imageLoadEventDispatchingList); it.current(); ) {
+    for (Q3PtrListIterator<khtml::RenderImage> it(m_imageLoadEventDispatchingList); it.current(); ) {
         khtml::RenderImage* image = it.current();
         // Must advance iterator *before* dispatching call.
         // Otherwise, it might be advanced automatically if dispatching the call had a side effect
--- branches/work/kde4/kdelibs/khtml/xml/dom_docimpl.h #429329:429330
@@ -38,6 +38,8 @@
 #include <q3intdict.h>
 #include <q3dict.h>
 #include <qmap.h>
+//Added by qt3to4:
+#include <QTimerEvent>
 
 #include <kurl.h>
 
@@ -555,8 +557,8 @@
 
     int m_decoderMibEnum;
 
-    QPtrList<khtml::RenderImage> m_imageLoadEventDispatchSoonList;
-    QPtrList<khtml::RenderImage> m_imageLoadEventDispatchingList;
+    Q3PtrList<khtml::RenderImage> m_imageLoadEventDispatchSoonList;
+    Q3PtrList<khtml::RenderImage> m_imageLoadEventDispatchingList;
     int m_imageLoadEventTimer;
 
     khtml::RenderArena* m_renderArena;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic