diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kwidgetlister.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kwidgetlister.cpp b/src/gui/kwidgetlister.cpp index 6e2eaa1..90a9891 100644 --- a/src/gui/kwidgetlister.cpp +++ b/src/gui/kwidgetlister.cpp @@ -56,11 +56,11 @@ KWidgetLister::KWidgetLister( int minWidgets, int maxWidgets, TQWidget *parent, mLayout->addWidget( mButtonBox ); mBtnMore = new KPushButton( i18n("more widgets","More"), mButtonBox ); - mBtnMore->setIconSet(SmallIconSet(TQString::fromLatin1("down"))); + mBtnMore->setIconSet(SmallIconSet(TQString::fromLatin1("go-down"))); mButtonBox->setStretchFactor( mBtnMore, 0 ); mBtnFewer = new KPushButton( i18n("fewer widgets","Fewer"), mButtonBox ); - mBtnFewer->setIconSet(SmallIconSet(TQString::fromLatin1("up"))); + mBtnFewer->setIconSet(SmallIconSet(TQString::fromLatin1("go-up"))); mButtonBox->setStretchFactor( mBtnFewer, 0 ); TQWidget *spacer = new TQWidget( mButtonBox ); |