summaryrefslogtreecommitdiffstats
path: root/kooka/thumbview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:16:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:16:27 -0600
commit580d345952faf597f69347256e0ad3411725988a (patch)
treeff47470421577a3e0e9f387b324e184e4d008d53 /kooka/thumbview.cpp
parent81576b133797828eaca3ac819f4adca21de8d327 (diff)
downloadtdegraphics-580d345952faf597f69347256e0ad3411725988a.tar.gz
tdegraphics-580d345952faf597f69347256e0ad3411725988a.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kooka/thumbview.cpp')
-rw-r--r--kooka/thumbview.cpp2
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();