summaryrefslogtreecommitdiffstats
path: root/adept/adept/filterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/adept/filterlist.h')
-rw-r--r--adept/adept/filterlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/adept/filterlist.h b/adept/adept/filterlist.h
index 57c5eaf..a4aa83f 100644
--- a/adept/adept/filterlist.h
+++ b/adept/adept/filterlist.h
@@ -74,7 +74,7 @@ class FilterList : public ExtendableList
public:
friend class FilterItem;
typedef predicate::Predicate< entity::Entity > Predicate;
- // typedef std::map< KListViewItem *, Predicate > Map;
+ // typedef std::map< TDEListViewItem *, Predicate > Map;
FilterList( TQWidget *parent = 0, const char *name = 0 );
typedef predicate::And< entity::Entity > And;
void appendPredicate( Predicate p );