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 /kooka/thumbview.h | |
parent | 81576b133797828eaca3ac819f4adca21de8d327 (diff) | |
download | tdegraphics-580d345952faf597f69347256e0ad3411725988a.tar.gz tdegraphics-580d345952faf597f69347256e0ad3411725988a.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kooka/thumbview.h')
-rw-r--r-- | kooka/thumbview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/thumbview.h b/kooka/thumbview.h index 4dff2559..81eebccb 100644 --- a/kooka/thumbview.h +++ b/kooka/thumbview.h @@ -56,7 +56,7 @@ class TQListViewItem; class KProgress; class TDEIO::PreviewJob; -class ThumbView: public TQVBox /* KIconView */ +class ThumbView: public TQVBox /* TDEIconView */ { Q_OBJECT @@ -134,7 +134,7 @@ private: TQPixmap createPixmap( const TQPixmap& ) const; bool deleteImage( KFileItem* ); - KIconView *m_iconView; + TDEIconView *m_iconView; KProgress *m_progress; KURL m_currentDir; |