Changeset 7220 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h
- Timestamp:
- Feb 29, 2008 3:35:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h
r5999 r7220 20 20 #define __QIStateIndicator_h__ 21 21 22 #include <q frame.h>22 #include <q3frame.h> 23 23 #include <qpixmap.h> 24 24 25 #include <qintdict.h> 25 #include <q3intdict.h> 26 //Added by qt3to4: 27 #include <QMouseEvent> 28 #include <QContextMenuEvent> 26 29 27 class QIStateIndicator : public Q Frame30 class QIStateIndicator : public Q3Frame 28 31 { 29 32 Q_OBJECT … … 33 36 QIStateIndicator (int aState, 34 37 QWidget *aParent, const char *aName = 0, 35 WFlags aFlags = 0);38 Qt::WFlags aFlags = 0); 36 39 37 40 virtual QSize sizeHint() const; … … 82 85 }; 83 86 84 Q IntDict <Icon> mStateIcons;87 Q3IntDict <Icon> mStateIcons; 85 88 }; 86 89
Note:
See TracChangeset
for help on using the changeset viewer.