summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache/sqlite3
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 19:57:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-16 20:01:23 +0900
commit8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2 (patch)
tree05d58f4adb27ad18c74d34b1cc1947f833413d6f /src/svnqt/cache/sqlite3
parent41907371bbc59724fc618f64fef83fcd5f6f3d62 (diff)
downloadtdesvn-8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2.tar.gz
tdesvn-8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnqt/cache/sqlite3')
-rw-r--r--src/svnqt/cache/sqlite3/README11
1 files changed, 4 insertions, 7 deletions
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 !!!