VirtualBox

Ignore:
Timestamp:
Jul 29, 2008 1:55:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33782
Message:

Fe/Qt4: Replacing obsolete topLevelWidget() with window().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp

    r10811 r10933  
    220220            mStack->setCurrentIndex (mStack->indexOf (rootPage));
    221221        /* Do the animation */
    222         ::darwinWindowAnimateResize (this, QRect (x(), y(), 
     222        ::darwinWindowAnimateResize (this, QRect (x(), y(),
    223223                                                  ss.width(), ss.height()));
    224224        /* Switch to the new page last if we are zooming */
     
    280280
    281281    QWidget *widget = static_cast<QWidget*> (aObject);
    282     if (widget->topLevelWidget() != this)
     282    if (widget->window() != this)
    283283        return QIMainDialog::eventFilter (aObject, aEvent);
    284284
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette