From 57443681e97fff553d94260756ebedaee606610f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:19:26 -0600 Subject: Rename KShared --- src/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filter.cpp') diff --git a/src/filter.cpp b/src/filter.cpp index b1c522b..a18d341 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -106,7 +106,7 @@ bool FilterRule::matchesRegExp(Data::EntryPtr entry_) const { /*******************************************************/ -Filter::Filter(const Filter& other_) : TQPtrList(), KShared(), m_op(other_.op()), m_name(other_.name()) { +Filter::Filter(const Filter& other_) : TQPtrList(), TDEShared(), m_op(other_.op()), m_name(other_.name()) { for(TQPtrListIterator it(other_); it.current(); ++it) { append(new FilterRule(*it.current())); } -- cgit v1.2.1