diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-08 12:14:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-08 12:14:29 +0900 |
| commit | cb8ff2c3ac263d4bf23ca6f6d998a90ece5f7ba7 (patch) | |
| tree | 0fa40e3d581db7341d0ada97dbd4946d7d3ebee5 /kpdf/ui/pageview.cpp | |
| parent | 13af4ef755ddd596c7d1e3ff0557dbf95c0517bd (diff) | |
| download | tdegraphics-cb8ff2c3ac263d4bf23ca6f6d998a90ece5f7ba7.tar.gz tdegraphics-cb8ff2c3ac263d4bf23ca6f6d998a90ece5f7ba7.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpdf/ui/pageview.cpp')
| -rw-r--r-- | kpdf/ui/pageview.cpp | 2 |
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" ); |
