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 13:17:31 +0300
commit08c6e651148410acea2d23567ce4bffd2b1c4b63 (patch)
tree8fc21d3ae0ffbb6ca3306fb1c3cd6e26cee962b1 /kpdf/shell/shell.h
parentcbbd51c945125fd5e4b6afccf699e5841a0a96db (diff)
downloadtdegraphics-r14.1.4.tar.gz
tdegraphics-r14.1.4.zip
KPDF Shell: fix printing actionr14.1.4
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 65c9ed251d7726102bff3b5f4d2c6729433be4b1)
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);