From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- extensions/nsplugin/src/qnp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/nsplugin/src/qnp.cpp') diff --git a/extensions/nsplugin/src/qnp.cpp b/extensions/nsplugin/src/qnp.cpp index dab66053a..285fb9302 100644 --- a/extensions/nsplugin/src/qnp.cpp +++ b/extensions/nsplugin/src/qnp.cpp @@ -70,7 +70,7 @@ // TQt stuff #include #include -#include +#include #include #include #include @@ -1578,7 +1578,7 @@ void* TQNPlugin::getJavaEnv() const #ifdef TQ_WS_X11 #include -#include +#include // resolve the conflict between X11's FocusIn and TQEvent::FocusIn const int XFocusOut = FocusOut; -- cgit v1.2.3