summaryrefslogtreecommitdiffstats
path: root/juk/webimagefetcherdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:17:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:17:17 -0600
commitfc02f656b0c119d77b36b1f8d160d525eac44614 (patch)
tree486f6ade10e107f7b64df60172bb4d605c750cea /juk/webimagefetcherdialog.h
parent53a028a0f6e052a78e045d687d0839db8a0f16f0 (diff)
downloadtdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.tar.gz
tdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'juk/webimagefetcherdialog.h')
-rw-r--r--juk/webimagefetcherdialog.h4
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