diff options
Diffstat (limited to 'juk/coverinfo.h')
-rw-r--r-- | juk/coverinfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/juk/coverinfo.h b/juk/coverinfo.h index 1caae8d0..8c1bdcfc 100644 --- a/juk/coverinfo.h +++ b/juk/coverinfo.h @@ -15,7 +15,7 @@ #ifndef COVERINFO_H #define COVERINFO_H -#include <qimage.h> +#include <tqimage.h> #include "filehandle.h" #include "covermanager.h" @@ -32,7 +32,7 @@ public: bool hasCover(); void clearCover(); - void setCover(const QImage &image = QImage()); + void setCover(const TQImage &image = TQImage()); // Use this to assign to a specific cover id. void setCoverId(coverKey id); @@ -50,11 +50,11 @@ public: coverKey coverId() const { return m_coverKey; } - QPixmap pixmap(CoverSize size) const; + TQPixmap pixmap(CoverSize size) const; void popup() const; private: - QString coverLocation(CoverSize size) const; + TQString coverLocation(CoverSize size) const; bool convertOldStyleCover() const; FileHandle m_file; |