From 8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 16 Feb 2024 19:57:12 +0900
Subject: Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/svnqt/cache/sqlite3/README | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

(limited to 'src/svnqt/cache/sqlite3/README')

diff --git a/src/svnqt/cache/sqlite3/README b/src/svnqt/cache/sqlite3/README
index 854be9e..3ea0855 100644
--- a/src/svnqt/cache/sqlite3/README
+++ b/src/svnqt/cache/sqlite3/README
@@ -1,15 +1,12 @@
 With this driver you can access the files created by sqlite3 through 
-the standard Qt sql module. The driver name is QSQLITE3.
+the standard TQt sql module. The driver name is QSQLITE3.
 
 Although there are many other solutions to access such DB files, I think
 that using this driver has some advantages:
 
---> You use the standard Qt interface so you can reuse exinting code or 
+--> You use the standard TQt interface so you can reuse exinting code or 
     switch to or from other DB types quite easily.
 
---> Soft transition to Qt 4: Qt 4 supports sqlite3, you can prepare your
-    application now.
-
 --> The source of this driver is smaller than any other, you can incorporate
     it on your application with little overhead and without requiring external
     libraries.
@@ -27,6 +24,6 @@ qmake
 make
 cp sqldrivers/libqsqlite3.so $TQTDIR/plugins/sqldrivers (probably as root)
 
-use it as any other Qt sql driver.
+use it as any other TQt sql driver.
 
-Have fun, Stefano !!!
\ No newline at end of file
+Have fun, Stefano !!!
-- 
cgit v1.2.1