VirtualBox

Ignore:
Timestamp:
Feb 29, 2008 3:35:29 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28551
Message:

Compile VirtualBox with qt4 on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h

    r5999 r7220  
    2020#define __QIStateIndicator_h__
    2121
    22 #include <qframe.h>
     22#include <q3frame.h>
    2323#include <qpixmap.h>
    2424
    25 #include <qintdict.h>
     25#include <q3intdict.h>
     26//Added by qt3to4:
     27#include <QMouseEvent>
     28#include <QContextMenuEvent>
    2629
    27 class QIStateIndicator : public QFrame
     30class QIStateIndicator : public Q3Frame
    2831{
    2932    Q_OBJECT
     
    3336    QIStateIndicator (int aState,
    3437                      QWidget *aParent, const char *aName = 0,
    35                       WFlags aFlags = 0);
     38                      Qt::WFlags aFlags = 0);
    3639
    3740    virtual QSize sizeHint() const;
     
    8285    };
    8386
    84     QIntDict <Icon> mStateIcons;
     87    Q3IntDict <Icon> mStateIcons;
    8588};
    8689
Note: See TracChangeset for help on using the changeset viewer.

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