From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/sql/blob/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sql/blob/main.cpp') diff --git a/examples/sql/blob/main.cpp b/examples/sql/blob/main.cpp index 0144ad777..21b2845eb 100644 --- a/examples/sql/blob/main.cpp +++ b/examples/sql/blob/main.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #define DRIVER "TQPSQL7" /* see the TQt SQL documentation for a list of available drivers */ #define DATABASE "" /* the name of your database */ -- cgit v1.2.3