[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Mar 18 18:38:08 CET 2005
CVS commit by arwalker:
Check Qt version rather than KDE version
M +1 -1 kstviewwindow.cpp 1.47
--- kdeextragear-2/kst/kst/kstviewwindow.cpp #1.46:1.47
@@ -165,5 +165,5 @@ void KstViewWindow::immediatePrintToPng(
view()->resizeForPrint(size);
view()->paint(P_EXPORT, paint);
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,2,0)
+#if QT_VERSION >= 0x030200
pixmap.save(dataStream->device(), format.latin1());
#else
More information about the Kst
mailing list