summaryrefslogtreecommitdiffstats
path: root/juk/webimagefetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/webimagefetcher.h')
-rw-r--r--juk/webimagefetcher.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h
index 803fd434..4c2aafef 100644
--- a/juk/webimagefetcher.h
+++ b/juk/webimagefetcher.h
@@ -52,12 +52,13 @@ private:
typedef TQValueList<WebImage> WebImageList;
-class WebImageFetcher : public QObject
+class WebImageFetcher : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- WebImageFetcher(TQObject *parent);
+ WebImageFetcher(TQObject *tqparent);
~WebImageFetcher();
void setFile(const FileHandle &file);