aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/helpwindow.cpp')
-rw-r--r--src/modules/help/helpwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp
index 8b641d5be..da01bf24d 100644
--- a/src/modules/help/helpwindow.cpp
+++ b/src/modules/help/helpwindow.cpp
@@ -39,6 +39,7 @@
#include <QMessageBox>
#include <QRegExp>
#include <QToolTip>
+#include <QTimer>
extern Index * g_pDocIndex;
extern KviPointerList<KviHelpWindow> * g_pHelpWindowList;
@@ -111,6 +112,7 @@ KviHelpWindow::KviHelpWindow(KviFrame * lpFrm,const char * name)
li.append(80);
m_pSplitter->setSizes(li);
+ QTimer::singleShot(0,m_pIndexSearch,SLOT(setFocus()));
}
KviHelpWindow::~KviHelpWindow()