From 580d345952faf597f69347256e0ad3411725988a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:16:27 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kpovmodeler/pmlibraryiconview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpovmodeler/pmlibraryiconview.h') diff --git a/kpovmodeler/pmlibraryiconview.h b/kpovmodeler/pmlibraryiconview.h index 97b292f3..823fedcc 100644 --- a/kpovmodeler/pmlibraryiconview.h +++ b/kpovmodeler/pmlibraryiconview.h @@ -60,7 +60,7 @@ private: /** * This class provides a view to browse objects, showing their previews. */ -class PMLibraryIconView: public KIconView +class PMLibraryIconView: public TDEIconView { Q_OBJECT @@ -98,7 +98,7 @@ private: * This class holds a library object's icon. It also remembers the path * where the file is. */ -class PMLibraryIconViewItem: public KIconViewItem +class PMLibraryIconViewItem: public TDEIconViewItem { public: PMLibraryIconViewItem( TQIconView *parent, const TQString& text, const TQString& path, bool isSubLibrary ); -- cgit v1.2.1