diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:17:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:17:17 -0600 |
commit | fc02f656b0c119d77b36b1f8d160d525eac44614 (patch) | |
tree | 486f6ade10e107f7b64df60172bb4d605c750cea /juk/webimagefetcherdialog.h | |
parent | 53a028a0f6e052a78e045d687d0839db8a0f16f0 (diff) | |
download | tdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.tar.gz tdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.zip |
Rename KIcon to enhance compatibility with KDE4
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 4af0cf41..afe2cd18 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -62,7 +62,7 @@ private: TQPixmap m_pixmap; WebImageList m_imageList; - KIconView *m_iconWidget; + TDEIconView *m_iconWidget; FileHandle m_file; }; @@ -71,7 +71,7 @@ namespace TDEIO class TransferJob; } -class CoverIconViewItem : public TQObject, public KIconViewItem +class CoverIconViewItem : public TQObject, public TDEIconViewItem { Q_OBJECT |