tweaks for qt 4.7
[fapman] / help.h
diff --git a/help.h b/help.h
index 6b9ca4a..f062384 100644 (file)
--- a/help.h
+++ b/help.h
@@ -34,6 +34,7 @@ public:
     explicit Help(QWidget *parent = 0);
        virtual ~Help();
 
+       /*
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        int exec() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();
@@ -44,6 +45,7 @@ public:
                return e;
        }
 #endif
+       */
 
 protected:
     void changeEvent(QEvent *e);