diff options
Diffstat (limited to 'juk/webimagefetcherdialog.h')
-rw-r--r-- | juk/webimagefetcherdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h index d418a947..bd9eb43e 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -27,11 +27,12 @@ class KURL; class WebImageFetcherDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: WebImageFetcherDialog(const WebImageList &urlList, const FileHandle &file, - TQWidget *parent = 0); + TQWidget *tqparent = 0); virtual ~WebImageFetcherDialog(); @@ -73,9 +74,10 @@ namespace KIO class CoverIconViewItem : public TQObject, public KIconViewItem { Q_OBJECT + TQ_OBJECT public: - CoverIconViewItem(TQIconView *parent, const WebImage &image); + CoverIconViewItem(TQIconView *tqparent, const WebImage &image); ~CoverIconViewItem(); private slots: |