From fd098d95326611bee6450e153a65cee0a5666c29 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 28 Mar 2020 23:43:25 +0900 Subject: 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 --- src/traylabelmgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/traylabelmgr.h') 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(); -- cgit v1.2.1