diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2013-11-06 19:44:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:32 +0100 |
commit | 156fc5f825803aa6f07853feab9d943d03d31a14 (patch) | |
tree | 7006a3cec4ab75e9092697650539e23f278b51ee | |
parent | c924810e48794ce7101d85d5e6426f7d32c6b6a4 (diff) | |
download | tdelibs-156fc5f825803aa6f07853feab9d943d03d31a14.tar.gz tdelibs-156fc5f825803aa6f07853feab9d943d03d31a14.zip |
Move focus to file name in rename dialog during copying files
This resolves Bug 1686
(cherry picked from commit 645993e7d8ffafbd9d4d0d70cc53f04cfd0c6c3a)
-rw-r--r-- | kio/kio/renamedlg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kio/kio/renamedlg.cpp b/kio/kio/renamedlg.cpp index 5e47ab5d5..57660b482 100644 --- a/kio/kio/renamedlg.cpp +++ b/kio/kio/renamedlg.cpp @@ -381,6 +381,8 @@ RenameDlg::RenameDlg(TQWidget *parent, const TQString & _caption, layout->addWidget( d->bCancel ); resize( sizeHint() ); + + d->m_pLineEdit->setFocus(); } RenameDlg::~RenameDlg() |