summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoOpenPane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoOpenPane.cpp')
-rw-r--r--lib/kofficecore/KoOpenPane.cpp2
1 files changed, 0 insertions, 2 deletions
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*)),