diff options
Diffstat (limited to 'src/datavectors.h')
-rw-r--r-- | src/datavectors.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/datavectors.h b/src/datavectors.h index 9dd8257..14e38d6 100644 --- a/src/datavectors.h +++ b/src/datavectors.h @@ -16,13 +16,13 @@ #include "ptrvector.h" -#include <qmap.h> -#include <qpair.h> +#include <tqmap.h> +#include <tqpair.h> #include <ksharedptr.h> namespace Tellico { - typedef QMap<QString, QString> StringMap; + typedef TQMap<TQString, TQString> StringMap; class Filter; typedef KSharedPtr<Filter> FilterPtr; @@ -51,8 +51,8 @@ namespace Tellico { // first item is a vector of all entries that got added in the merge process // second item is a pair of entries that had their track field modified // since a music collection is the only one that would actually merge entries - typedef QValueVector< QPair<EntryPtr, QString> > PairVector; - typedef QPair<Data::EntryVec, PairVector> MergePair; + typedef TQValueVector< TQPair<EntryPtr, TQString> > PairVector; + typedef TQPair<Data::EntryVec, PairVector> MergePair; class Borrower; typedef KSharedPtr<Borrower> BorrowerPtr; |