summaryrefslogtreecommitdiffstats
path: root/src/gui/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/listview.h')
-rw-r--r--src/gui/listview.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/listview.h b/src/gui/listview.h
index 00857fc..013c1f1 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -82,14 +82,6 @@ public:
void clearComparisons();
virtual int compare(int col, const GUI::ListViewItem* item1, GUI::ListViewItem* item2, bool asc);
-#if !KDE_IS_VERSION(3,3,90)
- // taken from KDE bug 59791
- void setShadeSortColumn(bool shade_);
- bool shadeSortColumn() const { return m_shadeSortColumn; }
- const TQColor& background2() const { return m_backColor2; }
- const TQColor& alternateBackground2() const { return m_altColor2; }
-#endif
-
protected slots:
/**
* Handles everything when an item is selected. The proper signal is emitted, depending
@@ -117,11 +109,6 @@ private:
bool m_isClear;
ListViewItemList m_selectedItems;
TQDict<ListViewComparison> m_comparisons;
-#if !KDE_IS_VERSION(3,3,90)
- bool m_shadeSortColumn;
- TQColor m_backColor2;
- TQColor m_altColor2;
-#endif
};
/**