summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/src/DbHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TooltipNotify/src/DbHelpers.h')
-rw-r--r--plugins/TooltipNotify/src/DbHelpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TooltipNotify/src/DbHelpers.h b/plugins/TooltipNotify/src/DbHelpers.h
index 374df04c05..d07b6cf26b 100644
--- a/plugins/TooltipNotify/src/DbHelpers.h
+++ b/plugins/TooltipNotify/src/DbHelpers.h
@@ -2,6 +2,6 @@
//
//////////////////////////////////////////////////////////////////////
-bool ModuleSettingsExists(HANDLE hContact, const char* pszModuleName);
-void DeleteModuleSettings(HANDLE hContact, const char* pszModuleName);
-void RenameModule(HANDLE hContact, const char* pszOldName, const char* pszNewName);
+bool ModuleSettingsExists(HCONTACT hContact, const char* pszModuleName);
+void DeleteModuleSettings(HCONTACT hContact, const char* pszModuleName);
+void RenameModule(HCONTACT hContact, const char* pszOldName, const char* pszNewName);