Index: freemedforms/plugins/usermanagerplugin/usermanagerplugin.cpp
===================================================================
--- freemedforms.orig/plugins/usermanagerplugin/usermanagerplugin.cpp	2012-06-30 23:55:16.107393756 +0200
+++ freemedforms/plugins/usermanagerplugin/usermanagerplugin.cpp	2012-06-30 23:56:14.104378179 +0200
@@ -95,7 +95,7 @@
     // Add Translator to the Application
     Core::ICore::instance()->translators()->addNewTranslator("usermanagerplugin");
 
-    new UserBase(this);
+    new UserBase;
 
     addObject(m_FirstCreation);
 }
