summaryrefslogtreecommitdiffstats
path: root/klipper/toplevel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-23 10:49:13 +0900
committerMichele Calgaro <[email protected]>2023-11-23 10:49:13 +0900
commit81ad1f9e3c9d494edc38a7aad96fdcab9d44a795 (patch)
treec904c597ffd00ee1105985088f3d98c818cc12d1 /klipper/toplevel.cpp
parent100f977221b7319815eb9617f56a067cb0383853 (diff)
downloadtdebase-81ad1f9e3c9d494edc38a7aad96fdcab9d44a795.tar.gz
tdebase-81ad1f9e3c9d494edc38a7aad96fdcab9d44a795.zip
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <[email protected]>
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;