summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/pageview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/ui/pageview.cpp')
-rw-r--r--kpdf/ui/pageview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kpdf/ui/pageview.cpp b/kpdf/ui/pageview.cpp
index db3bcbf8..11fb6423 100644
--- a/kpdf/ui/pageview.cpp
+++ b/kpdf/ui/pageview.cpp
@@ -248,9 +248,7 @@ void PageView::setupActions( TDEActionCollection * ac )
// Zoom actions ( higher scales takes lots of memory! )
d->aZoom = new TDESelectAction( i18n( "Zoom" ), "viewmag", 0, this, TQ_SLOT( slotZoom() ), ac, "zoom_to" );
d->aZoom->setEditable( true );
-#if KDE_IS_VERSION(3,4,89)
d->aZoom->setMaxComboViewCount( 13 );
-#endif
updateZoomText();
KStdAction::zoomIn( this, TQ_SLOT( slotZoomIn() ), ac, "zoom_in" );