[Kst] extragear/graphics/kst/kst/datasources/indirect

Marc-Antoine Miville-Deschenes mamd at cita.utoronto.ca
Mon Dec 12 22:43:06 CET 2005


SVN commit 488020 by mamd:

make it compile with KDE 3.1


 M  +4 -0      indirect.cpp  


--- trunk/extragear/graphics/kst/kst/datasources/indirect/indirect.cpp #488019:488020
@@ -181,7 +181,11 @@
     }
     return QFile::exists(ifn.stripWhiteSpace()) ? percent : 0;
   } else {
+#if KDE_VERSION >= KDE_MAKE_VERSION(3,3,0)
     return KIO::NetAccess::exists(url, true, 0L) ? percent : 0;
+#else
+    return KIO::NetAccess::exists(url, true) ? percent : 0;
+#endif
   }
 }
 


More information about the Kst mailing list