summaryrefslogtreecommitdiffstats
path: root/src/filter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:19:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:19:26 -0600
commit57443681e97fff553d94260756ebedaee606610f (patch)
tree9aee5acb23ff14cb454750a03eb3ad1f5bc66c57 /src/filter.cpp
parent71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff)
downloadtellico-57443681e97fff553d94260756ebedaee606610f.tar.gz
tellico-57443681e97fff553d94260756ebedaee606610f.zip
Rename KShared
Diffstat (limited to 'src/filter.cpp')
-rw-r--r--src/filter.cpp2
1 files changed, 1 insertions, 1 deletions
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<FilterRule>(), KShared(), m_op(other_.op()), m_name(other_.name()) {
+Filter::Filter(const Filter& other_) : TQPtrList<FilterRule>(), TDEShared(), m_op(other_.op()), m_name(other_.name()) {
for(TQPtrListIterator<FilterRule> it(other_); it.current(); ++it) {
append(new FilterRule(*it.current()));
}