Set the focus to the KMLineEdit field initially

svn path=/trunk/kdepim/; revision=352978
wilder-work
Andreas Gungl 22 years ago
parent 819fe44ac8
commit 54fcaa7dae
  1. 5
      redirectdialog.cpp

@ -69,9 +69,10 @@ RedirectDialog::RedirectDialog( QWidget *parent, const char *name, bool modal )
"where you can select recipients out "
"of all available addresses." ) );
mLabelTo->setBuddy( mBtnTo );
connect( mBtnTo, SIGNAL(clicked()), SLOT(slotAddrBook()) );
mLabelTo->setBuddy( mBtnTo );
mEditTo->setFocus();
}

Loading…
Cancel
Save