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 --- lib/kofficecore/KoOpenPane.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/kofficecore/KoOpenPane.cpp') diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp index 97775dd2e..7a9f5f0d5 100644 --- a/lib/kofficecore/KoOpenPane.cpp +++ b/lib/kofficecore/KoOpenPane.cpp @@ -102,9 +102,7 @@ KoOpenPane::KoOpenPane(TQWidget *parent, TDEInstance* instance, const TQString& m_sectionList->header()->hide(); m_sectionList->setSorting(0); -#if KDE_IS_VERSION(3,4,0) m_sectionList->setShadeSortColumn(false); -#endif connect(m_sectionList, TQ_SIGNAL(selectionChanged(TQListViewItem*)), this, TQ_SLOT(selectionChanged(TQListViewItem*))); connect(m_sectionList, TQ_SIGNAL(pressed(TQListViewItem*)), -- cgit v1.2.3