diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:34:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 16:51:41 +0900 |
| commit | 89556bfdd70e1053709ee0a33be13c696c80a737 (patch) | |
| tree | ed71ffc2b272931beb4852823f3d33ef71611265 /client | |
| parent | e2d030b739958b83689ae64368b35116be831d5c (diff) | |
| download | twin-style-crystal-master.tar.gz twin-style-crystal-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'client')
| -rw-r--r-- | client/crystalclient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/crystalclient.cpp b/client/crystalclient.cpp index bbb90bf..21b7445 100644 --- a/client/crystalclient.cpp +++ b/client/crystalclient.cpp @@ -874,9 +874,9 @@ bool CrystalClient::isModalSystemNotification() result = XGetWindowProperty(tqt_xdisplay(), windowId(), kde_wm_system_modal_notification, 0L, 1L, False, XA_CARDINAL, &actual, &format, &n, &left, /*(unsigned char **)*/ &data); if (result == Success && data != None && format == 32 ) { - return TRUE; + return true; } - return FALSE; + return false; } CrystalButton* CrystalClient::addButtons(TQBoxLayout *layout, const TQString& s) |
