summaryrefslogtreecommitdiffstats
path: root/amarok/src/amarok.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-14 21:37:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-14 21:37:51 +0000
commit394f15165b9f431697a537b0a68a77eab4582f1c (patch)
treeb9655fcc381b6fe278da7a0ec975720b43db6827 /amarok/src/amarok.h
parent4cb09d377b01f966ab8e790d64f4f8fcc2bb9ecd (diff)
downloadamarok-394f15165b9f431697a537b0a68a77eab4582f1c.tar.gz
amarok-394f15165b9f431697a537b0a68a77eab4582f1c.zip
Convert accidental instances of STQL to the proper SQL
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/amarok.h')
-rw-r--r--amarok/src/amarok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/amarok.h b/amarok/src/amarok.h
index aa48d1ac..af7c37ee 100644
--- a/amarok/src/amarok.h
+++ b/amarok/src/amarok.h
@@ -176,7 +176,7 @@ namespace Amarok
/**
* Returns internal code for database type, DbConnection::sqlite, DbConnection::mysql, or DbConnection::postgresql
- * @param type either "STQLite", "MySQL", or "Postgresql".
+ * @param type either "SQLite", "MySQL", or "Postgresql".
*/
int databaseTypeCode( const TQString type ); //defined in configdialog.cpp