summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-20 10:27:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-20 10:28:21 -0600
commitcb0beb763f41a02425bd47769f312893087b3e1c (patch)
tree685a9d8f151a9abf476a4632037d20e0177718c6 /kicker
parent862c62f7da0674edfca2a57e9efe18dc1f9dbfc4 (diff)
downloadtdebase-cb0beb763f41a02425bd47769f312893087b3e1c.tar.gz
tdebase-cb0beb763f41a02425bd47769f312893087b3e1c.zip
Use KIcon::Place instead of KIcon::FileSystems
Diffstat (limited to 'kicker')
-rw-r--r--kicker/kicker/ui/browser_dlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/browser_dlg.cpp b/kicker/kicker/ui/browser_dlg.cpp
index 01e72d9ee..6aa246eb6 100644
--- a/kicker/kicker/ui/browser_dlg.cpp
+++ b/kicker/kicker/ui/browser_dlg.cpp
@@ -48,7 +48,7 @@ PanelBrowserDialog::PanelBrowserDialog( const TQString& path, const TQString &ic
iconBtn = new KIconButton( hbox2 );
iconBtn->setFixedSize( 50, 50 );
- iconBtn->setIconType( KIcon::Panel, KIcon::FileSystem );
+ iconBtn->setIconType( KIcon::Panel, KIcon::Place );
label1->setBuddy( iconBtn );
TQHBox *hbox1 = new TQHBox( page );