From de9b6c9ad15f9f51812daae17cce635d1050a9ba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:14:55 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kdepasswd/kcm/chfacedlg.cpp | 2 +- kdepasswd/kcm/chfacedlg.h | 2 +- kdepasswd/kcm/kcm_useraccount.kcfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kdepasswd') 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 ); diff --git a/kdepasswd/kcm/chfacedlg.h b/kdepasswd/kcm/chfacedlg.h index 085153264..f96d50084 100644 --- a/kdepasswd/kcm/chfacedlg.h +++ b/kdepasswd/kcm/chfacedlg.h @@ -63,7 +63,7 @@ private slots: private: void addCustomPixmap( TQString imPath, bool saveCopy ); - KIconView *m_FacesWidget; + TDEIconView *m_FacesWidget; }; #endif // CHFACEDLG_H diff --git a/kdepasswd/kcm/kcm_useraccount.kcfg b/kdepasswd/kcm/kcm_useraccount.kcfg index c780db21a..b741d418e 100644 --- a/kdepasswd/kcm/kcm_useraccount.kcfg +++ b/kdepasswd/kcm/kcm_useraccount.kcfg @@ -37,7 +37,7 @@ $HOME/.face.icon - + Zz_custom -- cgit v1.2.1