summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kpdf/part.cpp2
-rw-r--r--kpdf/ui/minibar.cpp2
-rw-r--r--kpdf/ui/pageview.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index 7370a062..6312cd2a 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -799,11 +799,9 @@ void Part::slotFind()
dlg.setHasCursor( false );
if ( !m_searchHistory.empty() )
dlg.setFindHistory( m_searchHistory );
-#if KDE_IS_VERSION(3,3,90)
dlg.setSupportsBackwardsFind( false );
dlg.setSupportsWholeWordsFind( false );
dlg.setSupportsRegularExpressionFind( false );
-#endif
if ( savedCaseSensitive )
{
dlg.setOptions( dlg.options() | KFindDialog::CaseSensitive );
diff --git a/kpdf/ui/minibar.cpp b/kpdf/ui/minibar.cpp
index f05b8931..286047d1 100644
--- a/kpdf/ui/minibar.cpp
+++ b/kpdf/ui/minibar.cpp
@@ -402,9 +402,7 @@ HoverButton::HoverButton( TQWidget * parent )
: TQPushButton( parent )
{
setMouseTracking( true );
-#if KDE_IS_VERSION(3,3,90)
TDEAcceleratorManager::setNoAccel( this );
-#endif
}
void HoverButton::enterEvent( TQPaintEvent * e )
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" );