summaryrefslogtreecommitdiffstats
path: root/src/traylabelmgr.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-03-28 23:43:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-03-28 23:43:25 +0900
commitfd098d95326611bee6450e153a65cee0a5666c29 (patch)
treeb48d1d9f474e1f5c4c6b5fe9daa63520663174f3 /src/traylabelmgr.h
parentbce0b6b20578e7e6b3da987ccc23bdf07bc79a72 (diff)
downloadtdedocker-fd098d95326611bee6450e153a65cee0a5666c29.tar.gz
tdedocker-fd098d95326611bee6450e153a65cee0a5666c29.zip
1) Additional work on tq app -> tde app translation (tq -> TDE actions)
2) Added "Quit All" command to popup menu. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/traylabelmgr.h')
-rw-r--r--src/traylabelmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/traylabelmgr.h b/src/traylabelmgr.h
index d5fdb9e..3d54cbd 100644
--- a/src/traylabelmgr.h
+++ b/src/traylabelmgr.h
@@ -52,8 +52,9 @@ public:
bool isWindowDocked(Window w);
public slots:
- void undockAll();
void dockAnother();
+ void quitAll();
+ void undockAll();
private slots:
void startup();