summaryrefslogtreecommitdiffstats
path: root/klipper/toplevel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-23 10:49:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-23 11:01:41 +0900
commitbf17c1e94003579e5275d8519fe7144c2caeb52c (patch)
treedf2780659ea95d52d294a0a42b096abf6553c5db /klipper/toplevel.cpp
parent7272c289be1517c4a4b6ccd35c9d64f8a657593d (diff)
downloadtdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.tar.gz
tdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.zip
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
Diffstat (limited to 'klipper/toplevel.cpp')
-rw-r--r--klipper/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp
index 64b80654b..d90846dfc 100644
--- a/klipper/toplevel.cpp
+++ b/klipper/toplevel.cpp
@@ -1114,7 +1114,7 @@ void KlipperWidget::updateTimestamp()
{ // Qt3.3.0 and 3.3.1 use tqt_x_user_time for clipboard operations
Time time = ( strcmp( tqVersion(), "3.3.1" ) == 0
|| strcmp( tqVersion(), "3.3.0" ) == 0 )
- ? GET_QT_X_USER_TIME() : GET_QT_X_TIME();
+ ? get_tqt_x_user_time() : get_tqt_x_time();
static TQWidget* w = 0;
if ( !w )
w = new TQWidget;