diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-20 10:17:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-20 10:17:38 -0600 |
commit | 043698a3205e5b96c476ff33e21a3261fd4ac83f (patch) | |
tree | dcac5c92d905295a8406236f326cfdf3a788bf68 | |
parent | 7e79110eb8d3b34d6b07448afcccf1ac8563c431 (diff) | |
download | tdelibs-043698a3205e5b96c476ff33e21a3261fd4ac83f.tar.gz tdelibs-043698a3205e5b96c476ff33e21a3261fd4ac83f.zip |
Use KIcon::Place in kfilepropsplugin
-rw-r--r-- | kio/kfile/kpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) ), |