diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
commit | 580d345952faf597f69347256e0ad3411725988a (patch) | |
tree | ff47470421577a3e0e9f387b324e184e4d008d53 /kpovmodeler/pmlibraryiconview.h | |
parent | 81576b133797828eaca3ac819f4adca21de8d327 (diff) | |
download | tdegraphics-580d345952faf597f69347256e0ad3411725988a.tar.gz tdegraphics-580d345952faf597f69347256e0ad3411725988a.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kpovmodeler/pmlibraryiconview.h')
-rw-r--r-- | kpovmodeler/pmlibraryiconview.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |