diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:19:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:19:26 -0600 |
commit | 57443681e97fff553d94260756ebedaee606610f (patch) | |
tree | 9aee5acb23ff14cb454750a03eb3ad1f5bc66c57 /src/collections/bibtexcollection.cpp | |
parent | 71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff) | |
download | tellico-57443681e97fff553d94260756ebedaee606610f.tar.gz tellico-57443681e97fff553d94260756ebedaee606610f.zip |
Rename KShared
Diffstat (limited to 'src/collections/bibtexcollection.cpp')
-rw-r--r-- | src/collections/bibtexcollection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collections/bibtexcollection.cpp b/src/collections/bibtexcollection.cpp index 3e580bb..0f45384 100644 --- a/src/collections/bibtexcollection.cpp +++ b/src/collections/bibtexcollection.cpp @@ -317,7 +317,7 @@ int BibtexCollection::sameEntry(Data::EntryPtr entry1_, Data::EntryPtr entry2_) // static Tellico::Data::CollPtr BibtexCollection::convertBookCollection(CollPtr coll_) { const TQString bibtex = TQString::fromLatin1("bibtex"); - KSharedPtr<BibtexCollection> coll = new BibtexCollection(false, coll_->title()); + TDESharedPtr<BibtexCollection> coll = new BibtexCollection(false, coll_->title()); FieldVec fields = coll_->fields(); for(FieldVec::Iterator fIt = fields.begin(); fIt != fields.end(); ++fIt) { FieldPtr field = new Data::Field(*fIt); |