summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 21:16:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 21:16:46 +0900
commit4afaa31411ecdf0779d48662cf78d5cdc593ec53 (patch)
tree60538645e888a231882576e8ba10307f23c0ec7f /lib/koproperty/editor.cpp
parent3a121c599732a399265a02efed9f8b60d8df7603 (diff)
downloadkoffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.tar.gz
koffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/koproperty/editor.cpp')
-rw-r--r--lib/koproperty/editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp
index 1e63f54fc..eb1cfb04f 100644
--- a/lib/koproperty/editor.cpp
+++ b/lib/koproperty/editor.cpp
@@ -152,9 +152,7 @@ Editor::Editor(TQWidget *parent, bool autoSync, const char *name)
setColumnWidthMode(0, TQListView::Maximum);
setFullWidth(true);
setShowSortIndicator(false);
-#if KDE_IS_VERSION(3,3,9)
setShadeSortColumn(false);
-#endif
setTooltipColumn(0);
setSorting(0);
setItemMargin(KPROPEDITOR_ITEM_MARGIN);