Changeset 17377 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 5, 2009 9:23:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxAboutDlg.h
r12590 r17377 25 25 26 26 #include "QIWithRetranslateUI.h" 27 #include "QIDialog.h" 27 28 28 29 /* Qt includes */ 29 #include <QDialog>30 30 #include <QPixmap> 31 31 32 32 class QEvent; 33 33 34 class VBoxAboutDlg: public QIWithRetranslateUI2<Q Dialog>34 class VBoxAboutDlg: public QIWithRetranslateUI2<QIDialog> 35 35 { 36 36 Q_OBJECT;
Note:
See TracChangeset
for help on using the changeset viewer.