summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commitae34f3661e92db2f94bc429e61567cf556523c8c (patch)
tree8945b184de75d7c9024a621db285942640b9c822 /src/svnqt/cache
parent93847f56514fb83a3317d1dd231aaef5d7d8fb96 (diff)
downloadtdesvn-ae34f3661e92db2f94bc429e61567cf556523c8c.tar.gz
tdesvn-ae34f3661e92db2f94bc429e61567cf556523c8c.zip
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/svnqt/cache')
-rw-r--r--src/svnqt/cache/sqlite3/qsql_sqlite3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp b/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp
index 1f4e616..46e165f 100644
--- a/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp
+++ b/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp
@@ -27,7 +27,7 @@
typedef struct sqlite3_stmt sqlite3_stmt;
-#define TQSQLITE3_DRIVER_NAME "TQSQLITE3"
+#define TQSQLITE3_DRIVER_NAME "QSQLITE3"
static TQVariant::Type qSqliteType(int tp)
{