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/covericonview.h | |
parent | 53a028a0f6e052a78e045d687d0839db8a0f16f0 (diff) | |
download | tdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.tar.gz tdemultimedia-fc02f656b0c119d77b36b1f8d160d525eac44614.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'juk/covericonview.h')
-rw-r--r-- | juk/covericonview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/covericonview.h b/juk/covericonview.h index 42e44d66..cab60b58 100644 --- a/juk/covericonview.h +++ b/juk/covericonview.h @@ -26,7 +26,7 @@ // and such. namespace CoverUtility { - class CoverIconViewItem : public KIconViewItem + class CoverIconViewItem : public TDEIconViewItem { public: CoverIconViewItem(coverKey id, TQIconView *parent); @@ -41,12 +41,12 @@ namespace CoverUtility using CoverUtility::CoverIconViewItem; /** - * This class subclasses KIconView in order to provide cover drag-and-drop + * This class subclasses TDEIconView in order to provide cover drag-and-drop * support. * * @author Michael Pyne <michael.pyne@kdemail.net> */ -class CoverIconView : public KIconView +class CoverIconView : public TDEIconView { public: CoverIconView(TQWidget *parent, const char *name); |