From 4afaa31411ecdf0779d48662cf78d5cdc593ec53 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Mar 2026 21:16:46 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- kpresenter/KPrBackground.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kpresenter/KPrBackground.cpp') diff --git a/kpresenter/KPrBackground.cpp b/kpresenter/KPrBackground.cpp index 91f01c7a1..ad7d6961b 100644 --- a/kpresenter/KPrBackground.cpp +++ b/kpresenter/KPrBackground.cpp @@ -523,11 +523,7 @@ void KPrBackGround::drawBackPix( TQPainter *_painter, const TQSize& ext, const T // NOTE: make all multiplications before any division double w = _origSize.width(); w *= ext.width(); -#if KDE_IS_VERSION(3,1,90) TQRect desk = TDEGlobalSettings::desktopGeometry(tdeApp->activeWindow()); -#else - TQRect desk = TQApplication::desktop()->screenGeometry(); -#endif w /= desk.width(); double h = _origSize.height(); h *= ext.height(); -- cgit v1.2.3