summaryrefslogtreecommitdiffstats
path: root/adept/libadept/filterlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'adept/libadept/filterlist.cpp')
-rw-r--r--adept/libadept/filterlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/libadept/filterlist.cpp b/adept/libadept/filterlist.cpp
index 207a5db..456735c 100644
--- a/adept/libadept/filterlist.cpp
+++ b/adept/libadept/filterlist.cpp
@@ -92,7 +92,7 @@ void FilterList::drawContents( TQPainter *p, int a, int b, int c, int d ) {
m_itemsSeen = childCount();
updateHeight();
} // hmm, doesn't work... bah :p
- KListView::drawContents( p, a, b, c, d );
+ TDEListView::drawContents( p, a, b, c, d );
}
void FilterList::plugLister( Lister *l ) {