From cc06711735d53ae1d2d68fa3096d454828bcb531 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 11 Jan 2010 09:21:16 +0000 Subject: - When the filterbar has been activated as startup setting, still the view should get the keyboard focus. - Assure that the keyboard focus does not get lost when a tab is opened in background. CCBUG: 183394 svn path=/trunk/KDE/kdebase/apps/; revision=1072868 --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index cfdc21618..269c71844 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -165,6 +165,9 @@ signals: void requestItemInfo(const KFileItem& item); protected: + /** @see QWidget::showEvent() */ + virtual void showEvent(QShowEvent* event); + /** @see QMainWindow::closeEvent() */ virtual void closeEvent(QCloseEvent* event); -- cgit v1.3