diff --git a/part.cpp b/part.cpp index c66a9cb1f..357025875 100644 --- a/part.cpp +++ b/part.cpp @@ -637,11 +637,9 @@ void Part::slotFind() { KFindDialog dlg( widget() ); dlg.setHasCursor( false ); -#if KDE_IS_VERSION(3,3,90) dlg.setSupportsBackwardsFind( false ); dlg.setSupportsWholeWordsFind( false ); dlg.setSupportsRegularExpressionFind( false ); -#endif if ( dlg.exec() == QDialog::Accepted ) { m_searchStarted = true; diff --git a/ui/minibar.cpp b/ui/minibar.cpp index 21417dc48..8da2623a4 100644 --- a/ui/minibar.cpp +++ b/ui/minibar.cpp @@ -402,9 +402,7 @@ HoverButton::HoverButton( QWidget * parent ) : QPushButton( parent ) { setMouseTracking( true ); -#if KDE_IS_VERSION(3,3,90) KAcceleratorManager::setNoAccel( this ); -#endif } void HoverButton::paintEvent( QPaintEvent * e ) diff --git a/ui/pageview.cpp b/ui/pageview.cpp index 6c57be5f8..52b8dfa2a 100644 --- a/ui/pageview.cpp +++ b/ui/pageview.cpp @@ -180,9 +180,7 @@ void PageView::setupActions( KActionCollection * ac ) // Zoom actions ( higher scales takes lots of memory! ) d->aZoom = new KSelectAction( i18n( "Zoom" ), "viewmag", 0, this, 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, SLOT( slotZoomIn() ), ac, "zoom_in" );