From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/lookup.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libkcddb/lookup.h') diff --git a/libkcddb/lookup.h b/libkcddb/lookup.h index 07575bc2..96538ac5 100644 --- a/libkcddb/lookup.h +++ b/libkcddb/lookup.h @@ -24,12 +24,12 @@ #include "cddb.h" #include "cdinfo.h" -#include +#include namespace KCDDB { - typedef QPair CDDBMatch; - typedef QValueList CDDBMatchList; + typedef QPair CDDBMatch; + typedef TQValueList CDDBMatchList; class Lookup : public CDDB, public QObject { @@ -45,19 +45,19 @@ namespace KCDDB Lookup(); virtual ~Lookup(); - virtual Result lookup( const QString &, uint, const TrackOffsetList & ) = 0; + virtual Result lookup( const TQString &, uint, const TrackOffsetList & ) = 0; CDInfoList lookupResponse() const; protected: - void parseExtraMatch( const QString & ); - Result parseQuery( const QString & ); - Result parseRead( const QString & ); + void parseExtraMatch( const TQString & ); + Result parseQuery( const TQString & ); + Result parseRead( const TQString & ); CDInfoList cdInfoList_; CDDBMatchList matchList_; - QString category_; + TQString category_; }; } -- cgit v1.2.1