securitysettings/eapqtdialogs/inc/eapusernamepwddialog.h
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
child 36 c98682f98478
--- a/securitysettings/eapqtdialogs/inc/eapusernamepwddialog.h	Thu Jun 10 16:12:28 2010 +0300
+++ b/securitysettings/eapqtdialogs/inc/eapusernamepwddialog.h	Thu Jun 24 11:23:08 2010 +0300
@@ -11,21 +11,23 @@
 *
 * Contributors:
 *
-* Description: 
-*
+* Description: User authentication Dialog
 */
 
+/*
+ * %version: 3 %
+ */
 
 #ifndef __EAPUSERNAMEPWDDIALOG_H__
 #define __EAPUSERNAMEPWDDIALOG_H__
 
-#include <HbTranslator>
 #include <HbInputDialog>
-#include <HbLineEdit>
-#include <HbAction>
 #include <hbdevicedialoginterface.h>
 
 class EapQtValidator;
+class HbTranslator;
+class HbLineEdit;
+class HbAction;
 
 class EapUsernamePwdDialog: public HbInputDialog, public HbDeviceDialogInterface
     {
@@ -85,10 +87,10 @@
         HbLineEdit *mEdit2;
         
         /* Pointer to the user name validator object */
-        EapQtValidator *mUnameValidator;
+        QScopedPointer<EapQtValidator> mUnameValidator;
                 
         /* Pointer to the password validator object */
-        EapQtValidator *mPwdValidator;
+        QScopedPointer<EapQtValidator> mPwdValidator;
                 
         /* Pointer to the HbTranslator */
         QScopedPointer<HbTranslator> mTranslator;