tweaks for qt 4.7
[fapman] / repoview.h
index c8d8dd0..ae14183 100644 (file)
@@ -44,6 +44,7 @@ public:
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        void show() {
                if( !isVisible() ) {
+                       /*
                        QRect r = dynamic_cast<QMainWindow*>(this->parent())->rect();
                        if(r.width() < r.height())
                                this->setAttribute(Qt::WA_Maemo5PortraitOrientation);
@@ -53,8 +54,9 @@ public:
                                else
                                        this->setAttribute( Qt::WA_Maemo5LandscapeOrientation );
                        }
+                       */
                        this->setAttribute(Qt::WA_Maemo5StackedWindow);
-                       this->setWindowFlags(Qt::Window);
+                       this->setWindowFlags( Qt::Window );
                }
                QMainWindow::show();
        }