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/KPrTextObject.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'kpresenter/KPrTextObject.cpp') diff --git a/kpresenter/KPrTextObject.cpp b/kpresenter/KPrTextObject.cpp index b160fd527..ebe4c0a90 100644 --- a/kpresenter/KPrTextObject.cpp +++ b/kpresenter/KPrTextObject.cpp @@ -1488,13 +1488,11 @@ void KPrTextObject::highlightPortion( KoTextParag * parag, int index, int length (expose.top()+expose.bottom()) / 2, (expose.right()-expose.left()) / 2, // margin = half-width of the rect (expose.bottom()-expose.top()) / 2); -#if KDE_IS_VERSION(3,1,90) if ( dialog ) { TQRect globalRect( expose ); globalRect.moveTopLeft( canvas->mapToGlobal( globalRect.topLeft() ) ); KDialog::avoidArea( dialog, globalRect ); } -#endif } } -- cgit v1.2.3