summaryrefslogtreecommitdiffstats
path: root/kpdf/shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/shell/shell.h')
-rw-r--r--kpdf/shell/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h
index 6b4eb48b..e36ddc78 100644
--- a/kpdf/shell/shell.h
+++ b/kpdf/shell/shell.h
@@ -92,6 +92,8 @@ namespace KPDF
void setFullScreen( bool );
public slots:
+ void reconfigure();
+
void openURL(const KURL & url);
void slotAddTab();
void slotRemoveTab();
@@ -106,6 +108,7 @@ namespace KPDF
void slotShowMenubar();
void delayedOpen();
+ void slotCloseTabRequest(TQWidget *w);
void slotChangeTab(KParts::Part *part);
void slotTabContextMenu(const TQPoint &pos);
void slotTabContextMenu(TQWidget *w, const TQPoint &pos);