From e84b6d8935842fb8dcee9dc42f8f35f36ee72748 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Nov 2023 10:54:32 +0900 Subject: Replaced time related '#define' with actual strings Signed-off-by: Michele Calgaro (cherry picked from commit 73dba53e4a36a31d7c803806706cc8a17a245e5c) --- tdecore/tdestartupinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tdestartupinfo.cpp') diff --git a/tdecore/tdestartupinfo.cpp b/tdecore/tdestartupinfo.cpp index 2744544a3..99fdefa73 100644 --- a/tdecore/tdestartupinfo.cpp +++ b/tdecore/tdestartupinfo.cpp @@ -930,7 +930,7 @@ TQCString TDEStartupInfo::createNewStartupId() if (!gethostname( hostname, 255 )) hostname[sizeof(hostname)-1] = '\0'; TQCString id = TQString(TQString( "%1;%2;%3;%4_TIME%5" ).arg( hostname ).arg( tm.tv_sec ) - .arg( tm.tv_usec ).arg( getpid()).arg( GET_QT_X_USER_TIME() )).utf8(); + .arg( tm.tv_usec ).arg( getpid()).arg( get_tqt_x_user_time() )).utf8(); kdDebug( 172 ) << "[tdecore-tdestartupinfo] creating: " << id << ":" << tqAppName() << endl; return id; } -- cgit v1.2.1