┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/terminalsidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-12-16 11:28:52 +0000
committerPeter Penz <[email protected]>2007-12-16 11:28:52 +0000
commit3d2593f4234542c6fdbcdd76199f75aeda908626 (patch)
tree3443f56311d9eb818d11b3b3876160b03ff4590b /src/terminalsidebarpage.h
parent792ebd6691026d817442fe4a32a822a0ef68e767 (diff)
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
Diffstat (limited to 'src/terminalsidebarpage.h')
-rw-r--r--src/terminalsidebarpage.h2
1 files changed, 2 insertions, 0 deletions
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