From ae34f3661e92db2f94bc429e61567cf556523c8c Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Sun, 18 Sep 2011 23:43:22 +0000
Subject: 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
---
 src/svnqt/cache/sqlite3/qsql_sqlite3.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
-- 
cgit v1.2.3

