Changeset 10659 in vbox
- Timestamp:
- Jul 15, 2008 1:41:13 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33369
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r10657 r10659 447 447 include/QIMainDialog.h \ 448 448 include/QIHelpButton.h \ 449 include/VBox PathSelector.h \449 include/VBoxFilePathSelectorWidget.h \ 450 450 include/VBoxUtils.h \ 451 451 include/VBoxGlobalSettings.h \ … … 519 519 src/QILineEdit.cpp \ 520 520 src/QIHelpButton.cpp \ 521 src/VBox PathSelector.cpp \521 src/VBoxFilePathSelectorWidget.cpp \ 522 522 src/VBoxDefs.cpp \ 523 523 src/VBoxGlobalSettings.cpp \ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFilePathSelectorWidget.cpp
r10658 r10659 21 21 */ 22 22 23 #include "VBox PathSelector.h"23 #include "VBoxFilePathSelectorWidget.h" 24 24 #include "VBoxGlobal.h" 25 25 -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui
r10658 r10659 114 114 <class>VBoxFilePathSelectorWidget</class> 115 115 <extends>QWidget</extends> 116 <header>VBox PathSelector.h</header>116 <header>VBoxFilePathSelectorWidget.h</header> 117 117 <container>1</container> 118 118 </customwidget>
Note:
See TracChangeset
for help on using the changeset viewer.