summaryrefslogtreecommitdiffstats
path: root/kdepasswd/kcm/chfacedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd/kcm/chfacedlg.cpp')
-rw-r--r--kdepasswd/kcm/chfacedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdepasswd/kcm/chfacedlg.cpp b/kdepasswd/kcm/chfacedlg.cpp
index baafd651e..a63de1af9 100644
--- a/kdepasswd/kcm/chfacedlg.cpp
+++ b/kdepasswd/kcm/chfacedlg.cpp
@@ -63,7 +63,7 @@ ChFaceDlg::ChFaceDlg(const TQString& picsdir, TQWidget *parent, const char *name
TQLabel *header = new TQLabel( i18n("Select a new face:"), page );
top->addWidget( header );
- m_FacesWidget = new KIconView( page );
+ m_FacesWidget = new TDEIconView( page );
m_FacesWidget->setSelectionMode( TQIconView::Single );
m_FacesWidget->setItemsMovable( false );
m_FacesWidget->setMinimumSize( 400, 200 );