diff options
Diffstat (limited to 'kopete/plugins/statistics/statisticsplugin.h')
-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. |