[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Jul 20 23:49:59 CEST 2005
SVN commit 437080 by arwalker:
CCBUG:108060 Modify KDE version requirement.
M +2 -2 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #437079:437080
@@ -1334,7 +1334,7 @@
ks->save();
-#if KDE_VERSION <= KDE_MAKE_VERSION(3,3,0)
+#if KDE_VERSION < KDE_MAKE_VERSION(3,3,0)
int iFromPage = printer.fromPage();
int iToPage = printer.toPage();
@@ -1352,7 +1352,7 @@
win = dynamic_cast<KstViewWindow*>(it->currentItem());
if (win && !win->view()->children().isEmpty()) {
pages++;
-#if KDE_VERSION <= KDE_MAKE_VERSION(3,3,0)
+#if KDE_VERSION < KDE_MAKE_VERSION(3,3,0)
if ((iFromPage == 0 && iToPage == 0) ||
(iFromPage <= pages && iToPage >= pages)) {
#else
More information about the Kst
mailing list