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 --- juk/ktrm.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'juk/ktrm.h') diff --git a/juk/ktrm.h b/juk/ktrm.h index 3dfa9e47..d99cf9b3 100644 --- a/juk/ktrm.h +++ b/juk/ktrm.h @@ -31,9 +31,9 @@ #if HAVE_MUSICBRAINZ -#include -#include -#include +#include +#include +#include /** * This represents a potential match for a TRM lookup. KTRMResultList is @@ -53,17 +53,17 @@ public: /** * Returns the title of the track for the potential match. */ - QString title() const; + TQString title() const; /** * Returns the artist name of the track for the potential match. */ - QString artist() const; + TQString artist() const; /** * Returns the album name of the track for the potential match. */ - QString album() const; + TQString album() const; /** * Returns the track number of the track for the potential match. @@ -97,7 +97,7 @@ private: KTRMResultPrivate *d; }; -typedef QValueList KTRMResultList; +typedef TQValueList KTRMResultList; /** * An abstraction for libtunepimp's TRM based lookup and file recognition. @@ -117,14 +117,14 @@ public: * Creates and starts a lookup for \a file. If \a autoDelete is set to * true the lookup will delete itself when it has finished. */ - KTRMLookup(const QString &file, bool autoDelete = false); + KTRMLookup(const TQString &file, bool autoDelete = false); virtual ~KTRMLookup(); /** * Returns the file name that was specified in the constructor. */ - QString file() const; + TQString file() const; /** * Returns the TunePimp file ID for the file. This is of no use to the -- cgit v1.2.1