diff options
author | Michele Calgaro <[email protected]> | 2024-02-16 19:57:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-18 18:07:42 +0900 |
commit | 484c315b2d206ae00009bbb89e85113b8454abed (patch) | |
tree | d45ee10bd98916a2381820fefd8e4ed9687edc5d /src/svnqt/cache/sqlite3 | |
parent | aa1df34fd674490d0b7600603ae57e2a5f3e3ffd (diff) | |
download | tdesvn-484c315b2d206ae00009bbb89e85113b8454abed.tar.gz tdesvn-484c315b2d206ae00009bbb89e85113b8454abed.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2)
Diffstat (limited to 'src/svnqt/cache/sqlite3')
-rw-r--r-- | src/svnqt/cache/sqlite3/README | 11 |
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 !!! |