summaryrefslogtreecommitdiffstats
path: root/src/collection.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-31 00:19:26 -0600
committerTimothy Pearson <[email protected]>2013-01-31 00:19:26 -0600
commit57443681e97fff553d94260756ebedaee606610f (patch)
tree9aee5acb23ff14cb454750a03eb3ad1f5bc66c57 /src/collection.cpp
parent71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff)
downloadtellico-57443681e97fff553d94260756ebedaee606610f.tar.gz
tellico-57443681e97fff553d94260756ebedaee606610f.zip
Rename KShared
Diffstat (limited to 'src/collection.cpp')
-rw-r--r--src/collection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collection.cpp b/src/collection.cpp
index b2dbb6f..6eaece8 100644
--- a/src/collection.cpp
+++ b/src/collection.cpp
@@ -33,7 +33,7 @@ const char* Collection::s_emptyGroupTitle = I18N_NOOP("(Empty)");
const TQString Collection::s_peopleGroupName = TQString::fromLatin1("_people");
Collection::Collection(const TQString& title_)
- : TQObject(), KShared(), m_nextEntryId(0), m_title(title_), m_entryIdDict(997)
+ : TQObject(), TDEShared(), m_nextEntryId(0), m_title(title_), m_entryIdDict(997)
, m_trackGroups(false) {
m_entryGroupDicts.setAutoDelete(true);