0.7.1
[fapman] / confirmdialog.h
index c2f50cf..d6460fc 100644 (file)
@@ -36,6 +36,7 @@ public:
 
        void setText(QString title, QString text);
        void disableButton();
+       /*
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        int exec() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();
@@ -46,6 +47,7 @@ public:
                return e;
        }
 #endif
+       */
 
 protected:
     void changeEvent(QEvent *e);