X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=fullscreenwindow.cpp;fp=fullscreenwindow.cpp;h=1ffbd7b321c422463903738a4c75d0222aa132b7;hb=0a0ae933b4a226c53a03e67886b0da44cc68ca50;hp=a80eed7bb2a33256e6ca0d7a277ad8c494bc6db9;hpb=20bcc7d2b18201f309e4d2cc85d7690ae482ed25;p=dorian diff --git a/fullscreenwindow.cpp b/fullscreenwindow.cpp index a80eed7..1ffbd7b 100644 --- a/fullscreenwindow.cpp +++ b/fullscreenwindow.cpp @@ -13,10 +13,10 @@ FullScreenWindow::FullScreenWindow(QWidget *parent): AdopterWindow(parent) { TRACE; Q_ASSERT(parent); -#ifdef Q_WS_MAEMO_5 +#if defined(Q_WS_MAEMO_5) setAttribute(Qt::WA_Maemo5StackedWindow, true); setAttribute(Qt::WA_Maemo5NonComposited, true); -#endif // Q_WS_MAEMO_5 +#endif QFrame *frame = new QFrame(this); QVBoxLayout *layout = new QVBoxLayout(frame); layout->setMargin(0);