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) --- kded/kded.cpp | 4 ++-- kded/tdebuildsycoca.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kded') diff --git a/kded/kded.cpp b/kded/kded.cpp index d9a6eac55..1153bcf25 100644 --- a/kded/kded.cpp +++ b/kded/kded.cpp @@ -48,7 +48,7 @@ #include #include -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include #include #endif @@ -969,7 +969,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) TQByteArray data; client->send( "*", "tdesycoca", "notifyDatabaseChanged()", data ); client->send( "ksplash", "", "upAndRunning(TQString)", TQString("kded")); -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 XEvent e; e.xclient.type = ClientMessage; e.xclient.message_type = XInternAtom( tqt_xdisplay(), "_KDE_SPLASH_PROGRESS", False ); diff --git a/kded/tdebuildsycoca.cpp b/kded/tdebuildsycoca.cpp index b8badc994..d3ba42f19 100644 --- a/kded/tdebuildsycoca.cpp +++ b/kded/tdebuildsycoca.cpp @@ -462,7 +462,7 @@ void KBuildSycoca::createMenu(TQString caption, TQString name, VFolderMenu::SubM bool KBuildSycoca::recreate() { TQString path(sycocaPath()); -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN printf("tdebuildsycoca: path='%s'\n", (const char*)path); #endif -- cgit v1.2.1