diff options
Diffstat (limited to 'juk/covermanager.h')
-rw-r--r-- | juk/covermanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/covermanager.h b/juk/covermanager.h index d7eda155..a984f01e 100644 --- a/juk/covermanager.h +++ b/juk/covermanager.h @@ -62,13 +62,13 @@ typedef TQMap<coverKey, CoverDataPtr> CoverDataMap; * * @author Michael Pyne <michael.pyne@kdemail.net> */ -class CoverDrag : public QDragObject +class CoverDrag : public TQDragObject { public: CoverDrag(coverKey id, TQWidget *src); virtual const char *format(int i) const; - virtual TQByteArray encodedData(const char *mimetype) const; + virtual TQByteArray tqencodedData(const char *mimetype) const; void setId(coverKey id) { m_id = id; } @@ -191,7 +191,7 @@ public: * Replaces the cover art for the cover identified by @p id with @p large. * Any other metadata such as artist and album is unchanged. * - * @param id The id of the cover to replace. + * @param id The id of the cover to tqreplace. * @param large The full size cover art for the new cover. */ static bool replaceCover(coverKey id, const TQPixmap &large); |