tweaks for qt 4.7
[fapman] / packageselector.h
index 93b909c..ea66de8 100644 (file)
@@ -39,6 +39,7 @@ public:
        explicit PackageSelector(Package* pkg, AAptInterface* apt, Settings* set, QWidget *parent);
        virtual ~PackageSelector();
 
+       /*
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        int exec() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();
@@ -49,6 +50,7 @@ public:
                return e;
        }
 #endif
+       */
 
        Package::operation selectedOperation();