diff options
author | Michele Calgaro <[email protected]> | 2023-11-23 10:49:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-23 11:01:41 +0900 |
commit | bf17c1e94003579e5275d8519fe7144c2caeb52c (patch) | |
tree | df2780659ea95d52d294a0a42b096abf6553c5db /kicker/applets | |
parent | 7272c289be1517c4a4b6ccd35c9d64f8a657593d (diff) | |
download | tdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.tar.gz tdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.zip |
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/menu/menuapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/menu/menuapplet.cpp b/kicker/applets/menu/menuapplet.cpp index f95e4e4c5..37ac216a1 100644 --- a/kicker/applets/menu/menuapplet.cpp +++ b/kicker/applets/menu/menuapplet.cpp @@ -476,7 +476,7 @@ void MenuEmbed::setMinimumSize( int w, int h ) assert( msg_type_atom != None ); ev.xclient.message_type = msg_type_atom; ev.xclient.format = 32; - ev.xclient.data.l[0] = GET_QT_X_TIME(); + ev.xclient.data.l[0] = get_tqt_x_time(); ev.xclient.data.l[1] = minimumWidth(); ev.xclient.data.l[2] = minimumHeight(); ev.xclient.data.l[3] = 0; |