tweaks for qt 4.7
[fapman] / settings.h
index 35656a7..4936a21 100644 (file)
@@ -41,6 +41,7 @@ public:
        void setAptInterface(AAptInterface* apt) { iAptInterface=apt; }
        void setPackageView(PackageView* v_) { iPackageView=v_; }
 
+       /*
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        void open() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();
@@ -55,6 +56,7 @@ public:
                QDialog::open();
        }
 #endif
+       */
 
        QSettings* qsettings() { return iQSettings; }