diff options
author | gregory guy <[email protected]> | 2021-10-05 14:54:22 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-10-06 11:13:05 +0200 |
commit | 610b0fea26e0855ea2ded8d935288378335346b6 (patch) | |
tree | 79ae8f19d6e41b985729f79c3aadb4c0db5deefc /config | |
parent | 6216a7aa09fecd0262e90e9ee596eb711f8f65ad (diff) | |
download | tde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.tar.gz tde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.zip |
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <[email protected]>
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") ); |