Undo bad fix on Symbian.
[dorian] / adopterwindow.cpp
index 0c7fd08..daafa29 100644 (file)
@@ -44,9 +44,7 @@ void AdopterWindow::takeBookView(BookView *view,
 
     bookView = view;
     bookView->setParent(this);
-#ifndef Q_OS_SYMBIAN
     centralWidget()->layout()->addWidget(bookView);
-#endif
     // bookView->show();
 
     progress = prog;
@@ -72,9 +70,7 @@ void AdopterWindow::leaveBookView()
     }
 
     // bookView->hide();
-#ifndef Q_OS_SYMBIAN
     centralWidget()->layout()->removeWidget(bookView);
-#endif
     bookView = 0;
     progress = 0;
     nextButton = 0;