summaryrefslogtreecommitdiffstats
path: root/kpdf/shell/shell.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2025-04-16 10:58:59 +0300
committerMavridis Philippe <mavridisf@gmail.com>2025-04-16 11:02:42 +0300
commit65c9ed251d7726102bff3b5f4d2c6729433be4b1 (patch)
tree5f3c252fc437744f6cc6e5dd63ee63486aab8c31 /kpdf/shell/shell.h
parentcd725c4302c4500d064fc56dd0afe31a9228dd6c (diff)
downloadtdegraphics-65c9ed251d7726102bff3b5f4d2c6729433be4b1.tar.gz
tdegraphics-65c9ed251d7726102bff3b5f4d2c6729433be4b1.zip
KPDF Shell: fix printing action
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kpdf/shell/shell.h')
-rw-r--r--kpdf/shell/shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h
index 6198aa4c..d1ace108 100644
--- a/kpdf/shell/shell.h
+++ b/kpdf/shell/shell.h
@@ -100,6 +100,7 @@ namespace KPDF
void addTab();
void removeTab();
+ void slotPrint();
void slotQuit();
private slots:
@@ -122,6 +123,7 @@ namespace KPDF
void slotMoveTabRight();
void slotRemoveOtherTabs();
void slotSetTabCaption(const TQString &caption);
+ void slotSetPrintActionEnabled(bool enabled);
signals:
void restoreDocument(TDEConfig* config);