diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:26:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 16:39:04 +0900 |
| commit | 9aa48be4546906fe3366cecd525375a249c2db6a (patch) | |
| tree | 08cf628a7831c58d1c3a6b197511076d3b2f3029 /kickermenu-3.3/menuapplet.cpp | |
| parent | 03e1920ea64298be079063179159f4ef04a59604 (diff) | |
| download | tde-style-baghira-9aa48be4.tar.gz tde-style-baghira-9aa48be4.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c2e59c3ad44ec7b9f5aa8dcf781f0791b8baa5f0)
Diffstat (limited to 'kickermenu-3.3/menuapplet.cpp')
| -rw-r--r-- | kickermenu-3.3/menuapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kickermenu-3.3/menuapplet.cpp b/kickermenu-3.3/menuapplet.cpp index a89acb0..a9322bb 100644 --- a/kickermenu-3.3/menuapplet.cpp +++ b/kickermenu-3.3/menuapplet.cpp @@ -132,7 +132,7 @@ void Applet::initPopup() void Applet::windowRemoved(WId w_P) // another helping slot { - windowTitleDict.setAutoDelete(TRUE); + windowTitleDict.setAutoDelete(true); windowTitleDict.remove(w_P); } @@ -590,7 +590,7 @@ void MenuEmbed::sendSyntheticConfigureNotifyEvent() c.border_width = 0; c.above = None; c.override_redirect = 0; - XSendEvent( tqt_xdisplay(), c.event, TRUE, StructureNotifyMask, (XEvent*)&c ); + XSendEvent( tqt_xdisplay(), c.event, true, StructureNotifyMask, (XEvent*)&c ); } } |
