diff options
Diffstat (limited to 'kooka/thumbview.cpp')
-rw-r--r-- | kooka/thumbview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/thumbview.cpp b/kooka/thumbview.cpp index 51134661..f202778f 100644 --- a/kooka/thumbview.cpp +++ b/kooka/thumbview.cpp @@ -56,7 +56,7 @@ ThumbView::ThumbView( TQWidget *parent, const char *name ) m_pixWidth = 0; m_pixHeight = 0; m_thumbMargin = 5; - m_iconView = new KIconView( this, name ); + m_iconView = new TDEIconView( this, name ); m_progress = new KProgress( this ); m_progress->hide(); |