diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-05 14:54:22 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-06 19:27:41 +0900 |
commit | eac5fa9db4545dd832b13bc5f79d7bb5d274c62b (patch) | |
tree | a11ebdcd9d44be4b20015092dd61e70cd5b2fefa /config | |
parent | 6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e (diff) | |
download | tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.tar.gz tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.zip |
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 610b0fea26e0855ea2ded8d935288378335346b6)
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") ); |