CVS commit by uga: Use this icon for now. Maybe we'll have a nicer one later M +1 -1 recipeinputdialog.cpp 1.80 --- kdenonbeta/krecipes/src/dialogs/recipeinputdialog.cpp #1.79:1.80 @@ -189,5 +189,5 @@ database=db; shopButton=new QToolButton(functionsBox); shopButton->setIconSet(il->loadIconSet("trolley", KIcon::Small)); closeButton=new QToolButton(functionsBox); closeButton->setIconSet(il->loadIconSet("fileclose", KIcon::Small)); - resizeButton=new QToolButton(functionsBox); resizeButton->setIconSet(il->loadIconSet("resize", KIcon::Small)); //TODO: give me an icon :) + resizeButton=new QToolButton(functionsBox); resizeButton->setIconSet(il->loadIconSet("2uparrow", KIcon::Small)); //TODO: give me an icon :) QToolTip::add(saveButton, i18n("Save recipe"));