Coolo: a little patch from Miroslav

svn path=/trunk/kdebase/kfind/; revision=170
This commit is contained in:
Stephan Kulow 1997-05-14 12:05:55 +00:00
parent 67c634f9c7
commit 79262bc64a

View file

@ -426,6 +426,8 @@ QString KfindTabDialog::createQuery()
{
str = dirBox->text(dirBox->currentItem());
nameBox->insertItem( nameBox->currentText(),0 );
if ( (typeBox->currentItem())!=0 )
{
KfFileType *typ;