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

List:       kde-commits
Subject:    branches/work/khtml-svg
From:       Rob Buis <buis () kde ! org>
Date:       2006-04-22 21:56:32
Message-ID: 1145742992.170177.1587.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 532814 by buis:

Compile fixes.


 M  +3 -3      khtml_part.cpp  
 M  +1 -1      svg/SVGTextContentElementImpl.cpp  


--- branches/work/khtml-svg/khtml_part.cpp #532813:532814
@@ -3730,7 +3730,7 @@
   KMimeType::Ptr typ = KMimeType::findByURL( u );
 
   if ( typ )
-    com = typ->comment( u, false );
+    com = typ->comment( u );
 
   if ( !u.isValid() ) {
     setStatusBarText(Qt::escape(u.prettyURL()), BarHoverText);
@@ -4424,7 +4424,7 @@
     {
       QString suggestedFilename;
       if ( child->m_run )
-        suggestedFilename = child->m_run->suggestedFilename();
+        suggestedFilename = child->m_run->suggestedFileName();
 
       KParts::BrowserRun::AskSaveResult res = KParts::BrowserRun::askEmbedOrSave(
         url, mimetype, suggestedFilename  );
@@ -6383,7 +6383,7 @@
     {
       // Text or image link...
       u = completeURL( d->m_strSelectedURL );
-      pix = KMimeType::pixmapForURL(u, 0, K3Icon::Desktop, K3Icon::SizeMedium);
+      pix = KIO::pixmapForURL(u, 0, K3Icon::Desktop, K3Icon::SizeMedium);
     }
 
     u.setPass(QString());
--- branches/work/khtml-svg/svg/SVGTextContentElementImpl.cpp #532813:532814
@@ -23,8 +23,8 @@
 #include "misc/hashes.h"
 
 #include "SVGHelper.h"
+#include "SVGTextContentElementImpl.h"
 #include "SVGAnimatedLengthImpl.h"
-#include "SVGTextContentElementImpl.h"
 #include "SVGAnimatedEnumerationImpl.h"
 
 using namespace KSVG;
[prev in list] [next in list] [prev in thread] [next in thread] 

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