┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-11 09:21:16 +0000
committerPeter Penz <[email protected]>2010-01-11 09:21:16 +0000
commitcc06711735d53ae1d2d68fa3096d454828bcb531 (patch)
tree2ca7f419a537af9c49100922c69a953101cfbe39 /src/dolphinmainwindow.h
parent199f9af8b6a58f59ac20a7a83438b3a6619b7991 (diff)
- 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
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
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);