From 3d2593f4234542c6fdbcdd76199f75aeda908626 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 16 Dec 2007 11:28:52 +0000 Subject: fixes for the terminal panel: * assure that the correct directory is entered when reopening the terminal * let the terminal be focused also when reopening it BUG: 153785 BUG: 153756 svn path=/trunk/KDE/kdebase/apps/; revision=749039 --- src/terminalsidebarpage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/terminalsidebarpage.h') diff --git a/src/terminalsidebarpage.h b/src/terminalsidebarpage.h index 6cee2392e..5a4d40bdb 100644 --- a/src/terminalsidebarpage.h +++ b/src/terminalsidebarpage.h @@ -24,6 +24,7 @@ class TerminalInterface; class QVBoxLayout; +class QWidget; /** * @brief Shows the terminal which is synchronized with the URL of the @@ -51,6 +52,7 @@ protected: private: QVBoxLayout* m_layout; TerminalInterface* m_terminal; + QWidget* m_terminalWidget; }; #endif // TERMINALSIDEBARPAGE_H -- cgit v1.3