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.cpp | 6 +++--- kpovmodeler/pmlibraryiconview.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kpovmodeler') diff --git a/kpovmodeler/pmlibraryiconview.cpp b/kpovmodeler/pmlibraryiconview.cpp index a0661059..78f13cef 100644 --- a/kpovmodeler/pmlibraryiconview.cpp +++ b/kpovmodeler/pmlibraryiconview.cpp @@ -105,7 +105,7 @@ void PMLibraryIconDrag::append( const TQIconDragItem &item, const TQRect &pr, } PMLibraryIconView::PMLibraryIconView( TQWidget* parent, const char* name ) - : KIconView( parent, name ) + : TDEIconView( parent, name ) { m_pLibrary = NULL; m_pCurrentLibrary = NULL; @@ -193,14 +193,14 @@ TQDragObject* PMLibraryIconView::dragObject( ) } PMLibraryIconViewItem::PMLibraryIconViewItem( TQIconView *parent, const TQString &text, const TQString& path, bool isSubLibrary ) - : KIconViewItem( parent, text ) + : TDEIconViewItem( parent, text ) { m_path = path; m_isSubLibrary = isSubLibrary; } PMLibraryIconViewItem::PMLibraryIconViewItem( TQIconView *parent, const TQString &text, const TQImage& image, const TQString& path, bool isSubLibrary ) - : KIconViewItem( parent, text, image ) + : TDEIconViewItem( parent, text, image ) { m_path = path; m_isSubLibrary = isSubLibrary; 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