diff options
Diffstat (limited to 'juk/webimagefetcherdialog.h')
-rw-r--r-- | juk/webimagefetcherdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h index bd9eb43e..0211ceec 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -32,7 +32,7 @@ class WebImageFetcherDialog : public KDialogBase public: WebImageFetcherDialog(const WebImageList &urlList, const FileHandle &file, - TQWidget *tqparent = 0); + TQWidget *parent = 0); virtual ~WebImageFetcherDialog(); @@ -77,7 +77,7 @@ class CoverIconViewItem : public TQObject, public KIconViewItem TQ_OBJECT public: - CoverIconViewItem(TQIconView *tqparent, const WebImage &image); + CoverIconViewItem(TQIconView *parent, const WebImage &image); ~CoverIconViewItem(); private slots: |