coreapplicationuis/devicepowermenuplugin/inc/hbdevicepowermenuwidegt_p.h
changeset 49 76883296a0d5
parent 48 2222076f5c60
--- a/coreapplicationuis/devicepowermenuplugin/inc/hbdevicepowermenuwidegt_p.h	Wed Jun 23 18:22:59 2010 +0300
+++ b/coreapplicationuis/devicepowermenuplugin/inc/hbdevicepowermenuwidegt_p.h	Tue Jul 06 14:26:20 2010 +0300
@@ -52,8 +52,6 @@
 private:    
     bool preConstructDialog();
     void constructDialog(const QVariantMap &parameters);
-    void hideEvent(QHideEvent *event);
-    void showEvent(QShowEvent *event);
     void cleanupMemory();
     
 private:
@@ -67,7 +65,6 @@
     void handleVibrationToggled(int aVibrationToggel);
     void handleOfflineToggled(int aOfflineToggel);
     void handlePowerOff(bool aState);
-    //void setDialogWidget(Qt::Orientation);
     void closedialog();
     
 signals:
@@ -92,7 +89,6 @@
     HbCheckBox*			mOffline;                         //Handle for Offline CheckBox
     HbPushButton *		mPowerOffButton;                //Handle for PowerOff Button
     HbDocumentLoader* 	mLoader;                         //Hnadle for Documnet Loader to load docml 
-    //HbMainWindow*       mMainWindow;                    //Handle for mainWindow, used to Catch Orientation changes
     HbTranslator*       mHbTranslator;                  //Translator used for localization; loads translation files
 };