diff options
Diffstat (limited to 'kpdf/shell/shell.h')
| -rw-r--r-- | kpdf/shell/shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index d1ace108..87d9c93a 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -111,6 +111,7 @@ namespace KPDF void slotUpdateFullScreen(); void slotShowMenubar(); void delayedOpen(); + void slotShutDown(); void slotCloseTabRequest(TQWidget *w); void slotChangeTab(KParts::Part *part); @@ -150,6 +151,7 @@ namespace KPDF TQToolButton *m_addTabButton, *m_removeTabButton; TQPopupMenu *m_tabsContextMenu; bool m_menuBarWasShown, m_toolBarWasShown; + bool m_shuttingDown; KURL m_openUrl; // delayed open int m_workingTab; }; |
