summaryrefslogtreecommitdiffstats
path: root/juk/ktrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/ktrm.h')
-rw-r--r--juk/ktrm.h18
1 files changed, 9 insertions, 9 deletions
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 <qstring.h>
-#include <qvaluelist.h>
-#include <qmap.h>
+#include <tqstring.h>
+#include <tqvaluelist.h>
+#include <tqmap.h>
/**
* 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<KTRMResult> KTRMResultList;
+typedef TQValueList<KTRMResult> 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