[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Jun 27 19:54:50 CEST 2003
CVS commit by staikos:
compile with kdelibs 3.1.x
M +4 -0 kstview.cpp 1.16
--- kdeextragear-2/kst/kst/kstview.cpp #1.15:1.16
@@ -162,5 +162,9 @@ void KstView::printToGraphicsFile(const
tf.setAutoDelete(true);
tmpPixmap.save(tf.name(), type.latin1());
+#if KDE_IS_VERSION(3,1,90)
KIO::NetAccess::upload(tf.name(), url, this);
+#else
+ KIO::NetAccess::upload(tf.name(), url);
+#endif
}
}
More information about the Kst
mailing list