diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/tdestyle_baghira_config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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") ); |