Changeset 11630 in vbox
- Timestamp:
- Aug 25, 2008 5:30:21 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxAboutDlg.h
r9729 r11630 27 27 #include "QIWithRetranslateUI.h" 28 28 29 class VBoxAboutDlg : public QIWithRetranslateUI <QDialog>,29 class VBoxAboutDlg : public QIWithRetranslateUI2<QDialog>, 30 30 public Ui::VBoxAboutDlg 31 31 { -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp
r9119 r11630 24 24 25 25 VBoxAboutDlg::VBoxAboutDlg (QWidget *aParent, const QString &aVersion) 26 : QIWithRetranslateUI<QDialog> (aParent) 26 : QIWithRetranslateUI2 <QDialog> (aParent, Qt::CustomizeWindowHint | 27 Qt::WindowTitleHint | Qt::WindowSystemMenuHint) 27 28 { 28 29 /* Apply UI decorations */
Note:
See TracChangeset
for help on using the changeset viewer.