Changeset 7246 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h
- Timestamp:
- Mar 3, 2008 5:15:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h
r7220 r7246 25 25 26 26 #include <qapplication.h> 27 #include < q3mainwindow.h>27 #include <QMainWindow> 28 28 #include <q3listbox.h> 29 29 #include <q3groupbox.h> … … 47 47 struct QUuid; 48 48 49 class VBoxSelectorWnd : public Q 3MainWindow49 class VBoxSelectorWnd : public QMainWindow 50 50 { 51 51 Q_OBJECT
Note:
See TracChangeset
for help on using the changeset viewer.