From 610b0fea26e0855ea2ded8d935288378335346b6 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Oct 2021 14:54:22 +0200 Subject: Remove definition KDE_IS_VERSION. Signed-off-by: gregory guy --- config/tdestyle_baghira_config.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/tdestyle_baghira_config.cpp b/config/tdestyle_baghira_config.cpp index 7c627c5..8ee7e29 100644 --- a/config/tdestyle_baghira_config.cpp +++ b/config/tdestyle_baghira_config.cpp @@ -301,9 +301,7 @@ tdestyle_baghira_config::tdestyle_baghira_config(TQWidget *parent, const char *n TQHBoxLayout *rwlh = new TQHBoxLayout(rulesWidget); applist = new TDEListView(rulesWidget); applist->setFullWidth(true); -#if KDE_IS_VERSION(3,3,91) applist->setShadeSortColumn(false); -#endif applist->setAllColumnsShowFocus( true ); applist->setSelectionMode(TQListView::Single); applist->addColumn ( i18n("Name") ); -- cgit v1.2.1