diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 11:55:02 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 11:55:02 -0500 |
commit | ba5ff4aab12a647fbb2c64c212687d7ca0714008 (patch) | |
tree | 2471986dcb286400a22111b0390dc1a941d68ef8 | |
parent | e0bcb4c9b902d835f340b898dd193aab6ccde574 (diff) | |
download | krusader-ba5ff4aab12a647fbb2c64c212687d7ca0714008.tar.gz krusader-ba5ff4aab12a647fbb2c64c212687d7ca0714008.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
-rw-r--r-- | krusader/Panel/panelpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/panelpopup.cpp b/krusader/Panel/panelpopup.cpp index 700f63a..1dc2f60 100644 --- a/krusader/Panel/panelpopup.cpp +++ b/krusader/Panel/panelpopup.cpp @@ -79,7 +79,7 @@ PanelPopup::PanelPopup( TQSplitter *parent, bool left ) : TQWidget( parent ), quickBtn = new TQToolButton(this); TQToolTip::add(quickBtn, i18n("Quick Panel: quick way to perform actions")); - quickBtn->setPixmap(krLoader->loadIcon( ""application-vnd.tde.misc", TDEIcon::Toolbar, 16 )); + quickBtn->setPixmap(krLoader->loadIcon( ""misc", TDEIcon::Toolbar, 16 )); quickBtn->setFixedSize(20, 20); quickBtn->setToggleButton(true); btns->insert(quickBtn, QuickPanel); |