From kde-commits Sat May 31 21:27:06 2003 From: Rob Buis Date: Sat, 31 May 2003 21:27:06 +0000 To: kde-commits Subject: kdelibs/kdeui X-MARC-Message: https://marc.info/?l=kde-commits&m=105441643131390 CVS commit by buis: Frauke noticed this problem, I came up with this solution, okayed by tronical. M +1 -0 kactionclasses.cpp 1.314 --- kdelibs/kdeui/kactionclasses.cpp #1.313:1.314 @@ -662,4 +662,5 @@ int KSelectAction::plug( QWidget *widget } cb->setInsertionPolicy( QComboBox::NoInsertion ); + QWhatsThis::add( cb, whatsThis() ); }