diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-19 01:35:09 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-19 01:35:09 +0000 |
| commit | 73fbb1a3d1b32562ac9b217f7bf437b0366c49aa (patch) | |
| tree | e30db51ad20507714b2be7ed4472d72547710bf7 /src/terminalsidebarpage.h | |
| parent | 603681ba79d6fc313c8e3152249d63cdcbdb2c89 (diff) | |
Now the konsole part is autodestructed when no tabs do exist. This makes the desired effect on dolphin when typing "exit" on the terminal, the dock will be hidden.
BUG: 153648
svn path=/trunk/KDE/kdebase/apps/; revision=750276
Diffstat (limited to 'src/terminalsidebarpage.h')
| -rw-r--r-- | src/terminalsidebarpage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/terminalsidebarpage.h b/src/terminalsidebarpage.h index 5a4d40bdb..875a6b706 100644 --- a/src/terminalsidebarpage.h +++ b/src/terminalsidebarpage.h @@ -44,6 +44,10 @@ public: public slots: /** @see SidebarPage::setUrl(). */ virtual void setUrl(const KUrl& url); + void terminalExited(); + +signals: + void hideTerminalSidebarPage(); protected: /** @see QWidget::showEvent() */ |
