From 2176199f9c492656df911ca217ac32d03cb1931d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 14 Aug 2011 21:37:51 +0000 Subject: Convert accidental instances of STQL to the proper SQL git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/svnqt/cache/sqlite3/qsql_sqlite3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnqt/cache/sqlite3/qsql_sqlite3.cpp') diff --git a/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp b/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp index 408cb32..1f4e616 100644 --- a/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp +++ b/src/svnqt/cache/sqlite3/qsql_sqlite3.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Implementation of STQLite driver classes. +** Implementation of SQLite driver classes. ** ** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** @@ -285,7 +285,7 @@ bool TQSQLite3Driver::hasFeature(DriverFeature f) const } /* - STQLite dbs have no user name, passwords, hosts or ports. + SQLite dbs have no user name, passwords, hosts or ports. just file names. */ bool TQSQLite3Driver::open(const TQString & db, const TQString &, const TQString &, const TQString &, int, const TQString &) -- cgit v1.2.1