From 043698a3205e5b96c476ff33e21a3261fd4ac83f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 20 Nov 2012 10:17:38 -0600 Subject: Use KIcon::Place in kfilepropsplugin --- kio/kfile/kpropertiesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio') diff --git a/kio/kfile/kpropertiesdialog.cpp b/kio/kfile/kpropertiesdialog.cpp index 8d76b99dd..6bfe09e8d 100644 --- a/kio/kfile/kpropertiesdialog.cpp +++ b/kio/kfile/kpropertiesdialog.cpp @@ -876,7 +876,7 @@ KFilePropsPlugin::KFilePropsPlugin( KPropertiesDialog *_props ) else iconButton->setIconType( KIcon::Desktop, KIcon::Application ); } else - iconButton->setIconType( KIcon::Desktop, KIcon::FileSystem ); + iconButton->setIconType( KIcon::Desktop, KIcon::Place ); iconButton->setIcon(iconStr); iconArea = iconButton; connect( iconButton, TQT_SIGNAL( iconChanged(TQString) ), -- cgit v1.2.1