From 5e51787f9af4fd86450fab9e787b4037a772bca3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 13 Feb 2024 11:10:37 +0900 Subject: Replace Q_WS_* defines with TQ_WS_* equivalents Signed-off-by: Michele Calgaro (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895) --- dcop/client/dcop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcop/client') diff --git a/dcop/client/dcop.cpp b/dcop/client/dcop.cpp index a07f6a41a..6a395c222 100644 --- a/dcop/client/dcop.cpp +++ b/dcop/client/dcop.cpp @@ -47,7 +47,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "marshall.cpp" -#if defined Q_WS_X11 +#if defined TQ_WS_X11 #include #include #endif @@ -429,7 +429,7 @@ TQStringList dcopSessionList( const TQString &user, const TQString &home ) void sendUserTime( const char* app ) { -#if defined Q_WS_X11 +#if defined TQ_WS_X11 static unsigned long time = 0; if( time == 0 ) { -- cgit v1.2.1