diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-14 21:37:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-14 21:37:51 +0000 |
commit | c343fc89ba9aa0b8d08a7b06b681e08a46992d2f (patch) | |
tree | d7bbe8b1fd4fbd73b6966d20267e2612c4fb59fa /kopete | |
parent | 2bc1d72869b62af05ae4feafd878203b526da8c5 (diff) | |
download | tdenetwork-c343fc89ba9aa0b8d08a7b06b681e08a46992d2f.tar.gz tdenetwork-c343fc89ba9aa0b8d08a7b06b681e08a46992d2f.zip |
Convert accidental instances of STQL to the proper SQL
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/plugins/statistics/statisticsplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/statistics/statisticsplugin.h b/kopete/plugins/statistics/statisticsplugin.h index b6c87d85..467bd6b8 100644 --- a/kopete/plugins/statistics/statisticsplugin.h +++ b/kopete/plugins/statistics/statisticsplugin.h @@ -50,7 +50,7 @@ class KActionCollection; * In the future, it will maybe make prediction on when the contact should be available for chat. * * \subsection install_sec How it works ... - * Each Metacontact is bound to a StatisticsContact which has access to the STQLITE database. + * Each Metacontact is bound to a StatisticsContact which has access to the SQLITE database. * This StatisticsContact stores the last status of the metacontact; the member function onlineStatusChanged is called when the * metacontact status changed (this is managed in the slot slotOnlineStatusChanged of StatisticsPlugin) and then the DB is * updated for the contact. |