Changeset 76581 in vbox
- Timestamp:
- Jan 1, 2019 6:24:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127883
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 324 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/.scm-settings
r76553 r76581 19 19 /*.qrc: --no-update-license --no-update-copyright-year 20 20 21 /src/*.h: --guard-relative-to-dir src/ --guard-prefix FEQT_INCLUDED_SRC_ 21 22 /src/precomp.h: --no-fix-header-guards 22 23 /src/precomp_vcc.h: --no-fix-header-guards 23 24 /src/precomp_gcc.h: --no-fix-header-guards 25 -
trunk/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UITakeSnapshotDialog_h___19 #define ___UITakeSnapshotDialog_h___18 #ifndef FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h 19 #define FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif /* ! ___UITakeSnapshotDialog_h___*/114 #endif /* !FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBox2DHelpers_h___19 #define ___VBox2DHelpers_h___18 #ifndef FEQT_INCLUDED_SRC_VBox2DHelpers_h 19 #define FEQT_INCLUDED_SRC_VBox2DHelpers_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 39 39 #endif /* VBOX_GUI_USE_QGL || VBOX_WITH_VIDEOHWACCEL */ 40 40 41 #endif /* ! ___VBox2DHelpers_h___*/41 #endif /* !FEQT_INCLUDED_SRC_VBox2DHelpers_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxAboutDlg_h___19 #define ___VBoxAboutDlg_h___18 #ifndef FEQT_INCLUDED_SRC_VBoxAboutDlg_h 19 #define FEQT_INCLUDED_SRC_VBoxAboutDlg_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 }; 89 89 90 #endif /* ! ___VBoxAboutDlg_h___*/90 #endif /* !FEQT_INCLUDED_SRC_VBoxAboutDlg_h */ 91 91 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __VBoxFBOverlay_h__19 #define __VBoxFBOverlay_h__18 #ifndef FEQT_INCLUDED_SRC_VBoxFBOverlay_h 19 #define FEQT_INCLUDED_SRC_VBoxFBOverlay_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1856 1856 #endif /* defined(VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) */ 1857 1857 1858 #endif /* #ifndef __VBoxFBOverlay_h__*/1858 #endif /* !FEQT_INCLUDED_SRC_VBoxFBOverlay_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __VBoxFBOverlayCommon_h__19 #define __VBoxFBOverlayCommon_h__18 #ifndef FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h 19 #define FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 118 118 }while(0) 119 119 120 #endif /* #ifndef __VBoxFBOverlayCommon_h__*/120 #endif /* !FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h */ 121 121 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxLicenseViewer___19 #define ___VBoxLicenseViewer___18 #ifndef FEQT_INCLUDED_SRC_VBoxLicenseViewer_h 19 #define FEQT_INCLUDED_SRC_VBoxLicenseViewer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 81 81 }; 82 82 83 #endif /* ! ___VBoxLicenseViewer___*/83 #endif /* !FEQT_INCLUDED_SRC_VBoxLicenseViewer_h */ 84 84 -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UICloudProfileDetailsWidget_h___19 #define ___UICloudProfileDetailsWidget_h___18 #ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h 19 #define FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 211 211 212 212 213 #endif /* ! ___UICloudProfileDetailsWidget_h___*/213 #endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UICloudProfileManager_h___19 #define ___UICloudProfileManager_h___18 #ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h 19 #define FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 266 266 }; 267 267 268 #endif /* ! ___UICloudProfileManager_h___*/268 #endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIConverter_h___19 #define ___UIConverter_h___18 #ifndef FEQT_INCLUDED_SRC_converter_UIConverter_h 19 #define FEQT_INCLUDED_SRC_converter_UIConverter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 128 128 #define gpConverter UIConverter::instance() 129 129 130 #endif /* ! ___UIConverter_h___*/130 #endif /* !FEQT_INCLUDED_SRC_converter_UIConverter_h */ 131 131 -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIConverterBackend_h___19 #define ___UIConverterBackend_h___18 #ifndef FEQT_INCLUDED_SRC_converter_UIConverterBackend_h 19 #define FEQT_INCLUDED_SRC_converter_UIConverterBackend_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 304 304 305 305 306 #endif /* ! ___UIConverterBackend_h___*/306 #endif /* !FEQT_INCLUDED_SRC_converter_UIConverterBackend_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIAdvancedSlider_h___19 #define ___QIAdvancedSlider_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h 19 #define FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 131 131 }; 132 132 133 #endif /* ! ___QIAdvancedSlider_h___*/133 #endif /* !FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIArrowButtonPress_h___19 #define ___QIArrowButtonPress_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h 19 #define FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 57 57 }; 58 58 59 #endif /* ! ___QIArrowButtonPress_h___*/59 #endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIArrowButtonSwitch_h___19 #define ___QIArrowButtonSwitch_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h 19 #define FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ! ___QIArrowButtonSwitch_h___*/75 #endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIArrowSplitter_h___19 #define ___QIArrowSplitter_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h 19 #define FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif /* ! ___QIArrowSplitter_h___*/114 #endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIComboBox_h___19 #define ___QIComboBox_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIComboBox_h 19 #define FEQT_INCLUDED_SRC_extensions_QIComboBox_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 132 132 }; 133 133 134 #endif /* ! ___QIComboBox_h___*/134 #endif /* !FEQT_INCLUDED_SRC_extensions_QIComboBox_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIDialog_h___19 #define ___QIDialog_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIDialog_h 19 #define FEQT_INCLUDED_SRC_extensions_QIDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 77 77 typedef QPointer<QIDialog> UISafePointerDialog; 78 78 79 #endif /* ! ___QIDialog_h___*/79 #endif /* !FEQT_INCLUDED_SRC_extensions_QIDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIDialogButtonBox_h___19 #define ___QIDialogButtonBox_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h 19 #define FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 }; 86 86 87 #endif /* ! ___QIDialogButtonBox_h___*/87 #endif /* !FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIFileDialog_h___19 #define ___QIFileDialog_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIFileDialog_h 19 #define FEQT_INCLUDED_SRC_extensions_QIFileDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 91 91 }; 92 92 93 #endif /* ! ___QIFileDialog_h___*/93 #endif /* !FEQT_INCLUDED_SRC_extensions_QIFileDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIFlowLayout_h___19 #define ___QIFlowLayout_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h 19 #define FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 134 134 }; 135 135 136 #endif /* ! ___QIFlowLayout_h___*/136 #endif /* !FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIInputDialog_h___19 #define ___QIInputDialog_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIInputDialog_h 19 #define FEQT_INCLUDED_SRC_extensions_QIInputDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 87 87 typedef QPointer<QIInputDialog> QISafePointerInputDialog; 88 88 89 #endif /* ! ___QIInputDialog_h___*/89 #endif /* !FEQT_INCLUDED_SRC_extensions_QIInputDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h
r76553 r76581 20 20 */ 21 21 22 #ifndef ___QILabel_h___23 #define ___QILabel_h___22 #ifndef FEQT_INCLUDED_SRC_extensions_QILabel_h 23 #define FEQT_INCLUDED_SRC_extensions_QILabel_h 24 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 25 # pragma once … … 133 133 }; 134 134 135 #endif /* ! ___QILabel_h___*/135 #endif /* !FEQT_INCLUDED_SRC_extensions_QILabel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QILabelSeparator_h___19 #define ___QILabelSeparator_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h 19 #define FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* ! ___QILabelSeparator_h___*/69 #endif /* !FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QILineEdit_h___19 #define ___QILineEdit_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QILineEdit_h 19 #define FEQT_INCLUDED_SRC_extensions_QILineEdit_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 }; 55 55 56 #endif /* ! ___QILineEdit_h___*/56 #endif /* !FEQT_INCLUDED_SRC_extensions_QILineEdit_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIMainDialog_h___19 #define ___QIMainDialog_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIMainDialog_h 19 #define FEQT_INCLUDED_SRC_extensions_QIMainDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 123 123 }; 124 124 125 #endif /* ! ___QIMainDialog_h___*/125 #endif /* !FEQT_INCLUDED_SRC_extensions_QIMainDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIMainWindow_h___19 #define ___QIMainWindow_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIMainWindow_h 19 #define FEQT_INCLUDED_SRC_extensions_QIMainWindow_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 55 55 }; 56 56 57 #endif /* ! ___QIMainWindow_h___*/57 #endif /* !FEQT_INCLUDED_SRC_extensions_QIMainWindow_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIManagerDialog_h___19 #define ___QIManagerDialog_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h 19 #define FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 220 220 221 221 222 #endif /* ! ___QIManagerDialog_h___*/222 #endif /* !FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIMenu_h___19 #define ___QIMenu_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIMenu_h 19 #define FEQT_INCLUDED_SRC_extensions_QIMenu_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 45 45 }; 46 46 47 #endif /* ! ___QIMenu_h___*/47 #endif /* !FEQT_INCLUDED_SRC_extensions_QIMenu_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIMessageBox_h___19 #define ___QIMessageBox_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIMessageBox_h 19 #define FEQT_INCLUDED_SRC_extensions_QIMessageBox_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 197 197 198 198 199 #endif /* ! ___QIMessageBox_h___*/199 #endif /* !FEQT_INCLUDED_SRC_extensions_QIMessageBox_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIProcess_h___19 #define ___QIProcess_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIProcess_h 19 #define FEQT_INCLUDED_SRC_extensions_QIProcess_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 45 45 }; 46 46 47 #endif /* ! ___QIProcess_h___*/47 #endif /* !FEQT_INCLUDED_SRC_extensions_QIProcess_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIRichTextLabel_h___19 #define ___QIRichTextLabel_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h 19 #define FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 71 71 }; 72 72 73 #endif /* ! ___QIRichTextLabel_h___*/73 #endif /* !FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIRichToolButton_h___19 #define ___QIRichToolButton_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h 19 #define FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 86 86 }; 87 87 88 #endif /* ! ___QIRichToolButton_h___*/88 #endif /* !FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QISplitter_h___19 #define ___QISplitter_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QISplitter_h 19 #define FEQT_INCLUDED_SRC_extensions_QISplitter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 86 86 }; 87 87 88 #endif /* ! ___QISplitter_h___*/88 #endif /* !FEQT_INCLUDED_SRC_extensions_QISplitter_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIStatusBar_h___19 #define ___QIStatusBar_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIStatusBar_h 19 #define FEQT_INCLUDED_SRC_extensions_QIStatusBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 49 49 }; 50 50 51 #endif /* ! ___QIStatusBar_h___*/51 #endif /* !FEQT_INCLUDED_SRC_extensions_QIStatusBar_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIStatusBarIndicators_h___19 #define ___QIStatusBarIndicators_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h 19 #define FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 139 139 140 140 141 #endif /* ! ___QIStatusBarIndicators_h___*/141 #endif /* !FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIStyledItemDelegate_h___19 #define ___QIStyledItemDelegate_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h 19 #define FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* ! ___QIStyledItemDelegate_h___*/69 #endif /* !FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QITabWidget_h___19 #define ___QITabWidget_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QITabWidget_h 19 #define FEQT_INCLUDED_SRC_extensions_QITabWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 39 39 }; 40 40 41 #endif /* ! ___QITabWidget_h___*/41 #endif /* !FEQT_INCLUDED_SRC_extensions_QITabWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QITableView_h___19 #define ___QITableView_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QITableView_h 19 #define FEQT_INCLUDED_SRC_extensions_QITableView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 139 139 140 140 141 #endif /* ! ___QITableView_h___*/141 #endif /* !FEQT_INCLUDED_SRC_extensions_QITableView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIToolButton_h___19 #define ___QIToolButton_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIToolButton_h 19 #define FEQT_INCLUDED_SRC_extensions_QIToolButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 45 45 }; 46 46 47 #endif /* ! ___QIToolButton_h___*/47 #endif /* !FEQT_INCLUDED_SRC_extensions_QIToolButton_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QITreeView_h___19 #define ___QITreeView_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QITreeView_h 19 #define FEQT_INCLUDED_SRC_extensions_QITreeView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 143 143 144 144 145 #endif /* ! ___QITreeView_h___*/145 #endif /* !FEQT_INCLUDED_SRC_extensions_QITreeView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QITreeWidget_h___19 #define ___QITreeWidget_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QITreeWidget_h 19 #define FEQT_INCLUDED_SRC_extensions_QITreeWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 108 108 109 109 110 #endif /* ! ___QITreeWidget_h___*/110 #endif /* !FEQT_INCLUDED_SRC_extensions_QITreeWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIWidgetValidator_h___19 #define ___QIWidgetValidator_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h 19 #define FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 227 227 228 228 229 #endif /* ! ___QIWidgetValidator_h___*/229 #endif /* !FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIGraphicsView_h___19 #define ___QIGraphicsView_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h 19 #define FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 53 53 }; 54 54 55 #endif /* ! ___QIGraphicsView_h___*/55 #endif /* !FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIGraphicsWidget_h___19 #define ___QIGraphicsWidget_h___18 #ifndef FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h 19 #define FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 42 42 }; 43 43 44 #endif /* ! ___QIGraphicsWidget_h___*/44 #endif /* !FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIExtraDataDefs_h___19 #define ___UIExtraDataDefs_h___18 #ifndef FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h 19 #define FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1021 1021 1022 1022 1023 #endif /* ! ___UIExtraDataDefs_h___*/1023 #endif /* !FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIExtraDataManager_h___19 #define ___UIExtraDataManager_h___18 #ifndef FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h 19 #define FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 805 805 #define gEDataManager UIExtraDataManager::instance() 806 806 807 #endif /* ! ___UIExtraDataManager_h___*/807 #endif /* !FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __CIShared_h__19 #define __CIShared_h__18 #ifndef FEQT_INCLUDED_SRC_globals_CIShared_h 19 #define FEQT_INCLUDED_SRC_globals_CIShared_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 408 408 #endif // VBOX_CHECK_STATE 409 409 410 #endif / / __CIShared_h__411 410 #endif /* !FEQT_INCLUDED_SRC_globals_CIShared_h */ 411 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h
r76553 r76581 20 20 */ 21 21 22 #ifndef __COMDefs_h__23 #define __COMDefs_h__22 #ifndef FEQT_INCLUDED_SRC_globals_COMDefs_h 23 #define FEQT_INCLUDED_SRC_globals_COMDefs_h 24 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 25 # pragma once … … 1148 1148 /** @} */ 1149 1149 1150 #endif / / !__COMDefs_h__1151 1150 #endif /* !FEQT_INCLUDED_SRC_globals_COMDefs_h */ 1151 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___QIWithRetranslateUI_h___19 #define ___QIWithRetranslateUI_h___18 #ifndef FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h 19 #define FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 183 183 184 184 185 #endif /* ! ___QIWithRetranslateUI_h___*/185 #endif /* !FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h */ 186 186 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIActionPool_h___19 #define ___UIActionPool_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIActionPool_h 19 #define FEQT_INCLUDED_SRC_globals_UIActionPool_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 662 662 663 663 664 #endif /* ! ___UIActionPool_h___*/664 #endif /* !FEQT_INCLUDED_SRC_globals_UIActionPool_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIActionPoolManager_h___19 #define ___UIActionPoolManager_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h 19 #define FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 240 240 241 241 242 #endif /* ! ___UIActionPoolManager_h___*/243 242 #endif /* !FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h */ 243 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIActionPoolRuntime_h___19 #define ___UIActionPoolRuntime_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h 19 #define FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 321 321 322 322 323 #endif /* ! ___UIActionPoolRuntime_h___*/323 #endif /* !FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIAnimationFramework_h___19 #define ___UIAnimationFramework_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h 19 #define FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 172 172 173 173 174 #endif /* ! ___UIAnimationFramework_h___*/174 #endif /* !FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h */ 175 175 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UICustomFileSystemModel_h___19 #define ___UICustomFileSystemModel_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h 19 #define FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 187 187 188 188 189 #endif /* ! ___UICustomFileSystemModel_h___*/189 #endif /* !FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDefs_h___19 #define ___UIDefs_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIDefs_h 19 #define FEQT_INCLUDED_SRC_globals_UIDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 159 159 160 160 161 #endif /* ! ___UIDefs_h___*/161 #endif /* !FEQT_INCLUDED_SRC_globals_UIDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDesktopWidgetWatchdog_h___19 #define ___UIDesktopWidgetWatchdog_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h 19 #define FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 176 176 #define gpDesktop UIDesktopWidgetWatchdog::instance() 177 177 178 #endif /* ! ___UIDesktopWidgetWatchdog_h___*/178 #endif /* !FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h */ 179 179 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIErrorString_h___19 #define ___UIErrorString_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIErrorString_h 19 #define FEQT_INCLUDED_SRC_globals_UIErrorString_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 64 64 }; 65 65 66 #endif /* ! ___UIErrorString_h___*/66 #endif /* !FEQT_INCLUDED_SRC_globals_UIErrorString_h */ 67 67 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIIconPool_h___19 #define ___UIIconPool_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIIconPool_h 19 #define FEQT_INCLUDED_SRC_globals_UIIconPool_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 141 141 142 142 143 #endif /* ! ___UIIconPool_h___*/143 #endif /* !FEQT_INCLUDED_SRC_globals_UIIconPool_h */ 144 144 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIImageTools_h___19 #define ___UIImageTools_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIImageTools_h 19 #define FEQT_INCLUDED_SRC_globals_UIImageTools_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 50 50 using namespace UIImageTools /* if header included */; 51 51 52 #endif /* ! ___UIImageTools_h___*/52 #endif /* !FEQT_INCLUDED_SRC_globals_UIImageTools_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UILibraryDefs_h___19 #define ___UILibraryDefs_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UILibraryDefs_h 19 #define FEQT_INCLUDED_SRC_globals_UILibraryDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 36 36 #endif 37 37 38 #endif /* ! ___UILibraryDefs_h___*/38 #endif /* !FEQT_INCLUDED_SRC_globals_UILibraryDefs_h */ 39 39 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMainEventListener_h___19 #define ___UIMainEventListener_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIMainEventListener_h 19 #define FEQT_INCLUDED_SRC_globals_UIMainEventListener_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 195 195 typedef ListenerImpl<UIMainEventListener, QObject*> UIMainEventListenerImpl; 196 196 197 #endif /* ! ___UIMainEventListener_h___*/197 #endif /* !FEQT_INCLUDED_SRC_globals_UIMainEventListener_h */ 198 198 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMessageCenter_h___19 #define ___UIMessageCenter_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIMessageCenter_h 19 #define FEQT_INCLUDED_SRC_globals_UIMessageCenter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 563 563 564 564 565 #endif /* ! ___UIMessageCenter_h___*/565 #endif /* !FEQT_INCLUDED_SRC_globals_UIMessageCenter_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIModalWindowManager_h___19 #define ___UIModalWindowManager_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h 19 #define FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 102 102 inline UIModalWindowManager &windowManager() { return *(UIModalWindowManager::instance()); } 103 103 104 #endif /* ! ___UIModalWindowManager_h___*/104 #endif /* !FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h */ 105 105 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPathOperations_h___19 #define ___UIPathOperations_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIPathOperations_h 19 #define FEQT_INCLUDED_SRC_globals_UIPathOperations_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 52 52 }; 53 53 54 #endif /* ! ___UIPathOperations_h___*/54 #endif /* !FEQT_INCLUDED_SRC_globals_UIPathOperations_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupCenter_h___19 #define ___UIPopupCenter_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIPopupCenter_h 19 #define FEQT_INCLUDED_SRC_globals_UIPopupCenter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 242 242 243 243 244 #endif /* ! ___UIPopupCenter_h___*/245 244 #endif /* !FEQT_INCLUDED_SRC_globals_UIPopupCenter_h */ 245 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIProgressEventHandler_h___19 #define ___UIProgressEventHandler_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h 19 #define FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 83 83 84 #endif /* ! ___UIProgressEventHandler_h___*/84 #endif /* !FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIShortcutPool_h___19 #define ___UIShortcutPool_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIShortcutPool_h 19 #define FEQT_INCLUDED_SRC_globals_UIShortcutPool_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 190 190 191 191 192 #endif /* ! ___UIShortcutPool_h___*/192 #endif /* !FEQT_INCLUDED_SRC_globals_UIShortcutPool_h */ 193 193 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIStarter_h___19 #define ___UIStarter_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIStarter_h 19 #define FEQT_INCLUDED_SRC_globals_UIStarter_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 79 79 #define gStarter UIStarter::instance() 80 80 81 #endif /* ! ___UIStarter_h___*/81 #endif /* !FEQT_INCLUDED_SRC_globals_UIStarter_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIThreadPool_h___19 #define ___UIThreadPool_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIThreadPool_h 19 #define FEQT_INCLUDED_SRC_globals_UIThreadPool_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 159 159 160 160 161 #endif /* ! ___UIThreadPool_h___*/161 #endif /* !FEQT_INCLUDED_SRC_globals_UIThreadPool_h */ 162 162 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVersion_h___19 #define ___UIVersion_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIVersion_h 19 #define FEQT_INCLUDED_SRC_globals_UIVersion_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIVersion_h___*/97 #endif /* !FEQT_INCLUDED_SRC_globals_UIVersion_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVirtualBoxEventHandler_h___19 #define ___UIVirtualBoxEventHandler_h___18 #ifndef FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h 19 #define FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 91 91 #define gVBoxEvents UIVirtualBoxEventHandler::instance() 92 92 93 #endif /* ! ___UIVirtualBoxEventHandler_h___*/93 #endif /* !FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h */ 94 94 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxGlobal_h___19 #define ___VBoxGlobal_h___18 #ifndef FEQT_INCLUDED_SRC_globals_VBoxGlobal_h 19 #define FEQT_INCLUDED_SRC_globals_VBoxGlobal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 910 910 inline VBoxGlobal &vboxGlobal() { return *VBoxGlobal::instance(); } 911 911 912 #endif /* ! ___VBoxGlobal_h___*/912 #endif /* !FEQT_INCLUDED_SRC_globals_VBoxGlobal_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxUtils_h___19 #define ___VBoxUtils_h___18 #ifndef FEQT_INCLUDED_SRC_globals_VBoxUtils_h 19 #define FEQT_INCLUDED_SRC_globals_VBoxUtils_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 66 66 67 #endif /* ! ___VBoxUtils_h___*/67 #endif /* !FEQT_INCLUDED_SRC_globals_VBoxUtils_h */ 68 68 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManager_h___19 #define ___UIFileManager_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 202 202 }; 203 203 204 #endif /* ! ___UIFileManager_h___*/204 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerDialog_h___19 #define ___UIFileManagerDialog_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 115 115 116 116 117 #endif /* ! ___UIFileManagerDialog_h___*/117 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestTable_h___19 #define ___UIGuestTable_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 86 86 }; 87 87 88 #endif /* ! ___UIFileManagerGuestTable_h___*/88 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerHostTable_h___19 #define ___UIFileManagerHostTable_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ___UIFileManagerHostTable_h___*/74 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerLogPanel_h___19 #define ___UIFileManagerLogPanel_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 57 57 }; 58 58 59 #endif /* ! ___UIFileManagerLogPanel_h___*/59 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerOperationsPanel_h___19 #define ___UIFileManagerOperationsPanel_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIFileManagerOperationsPanel_h___*/97 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerOptionsPanel_h___19 #define ___UIFileManagerOptionsPanel_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ! ___UIFileManagerOptionsPanel_h___*/75 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerPanel_h___19 #define ___UIFileManagerPanel_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 76 76 }; 77 77 78 #endif /* ! ___UIFileManagerPanel!_h___*/78 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerSessionPanel_h___19 #define ___UIFileManagerSessionPanel_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 61 61 }; 62 62 63 #endif /* ! ___UIFileManagerSessionPanel_h___*/63 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFileManagerTable_h___19 #define ___UIFileManagerTable_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 299 299 }; 300 300 301 #endif /* ! ___UIFileManagerTable_h___*/301 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestControlConsole_h___19 #define ___UIGuestControlConsole_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 76 76 }; 77 77 78 #endif /* ! ___UIGuestControlConsole_h___*/78 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h */ 79 79 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestControlDefs_h___19 #define ___UIGuestControlDefs_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 29 29 }; 30 30 31 #endif /* ! ___UIGuestControlDefs_h___*/31 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestControlInterface_h___19 #define ___UIGuestControlInterface_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 101 101 }; 102 102 103 #endif /* ! ___UIGuestControlInterface_h___*/103 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h */ 104 104 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestControlTreeItem_h___19 #define ___UIGuestControlTreeItem_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 150 150 }; 151 151 152 #endif /* ! ___UIGuestControlTreeItem_h___*/152 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h */ 153 153 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestProcessControlDialog_h___19 #define ___UIGuestProcessControlDialog_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 114 114 115 115 116 #endif /* ! ___UIGuestProcessControlDialog_h___*/116 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestProcessControlWidget_h___19 #define ___UIGuestProcessControlWidget_h___18 #ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h 19 #define FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 105 105 }; 106 106 107 #endif /* ! ___UIGuestProcessControlWidget_h___*/107 #endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIHostNetworkDetailsWidget_h___19 #define ___UIHostNetworkDetailsWidget_h___18 #ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h 19 #define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 354 354 }; 355 355 356 #endif /* ! ___UIHostNetworkDetailsWidget_h___*/357 356 #endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h */ 357 -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIHostNetworkManager_h___19 #define ___UIHostNetworkManager_h___18 #ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h 19 #define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 265 265 }; 266 266 267 #endif /* ! ___UIHostNetworkManager_h___*/268 267 #endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h */ 268 -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIHostNetworkUtils_h___19 #define ___UIHostNetworkUtils_h___18 #ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h 19 #define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 50 50 using namespace UIHostNetworkUtils; 51 51 52 #endif /* ! ___UIHostNetworkUtils_h___*/52 #endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h */ 53 53 -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogPage_h___19 #define ___UIVMLogPage_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 165 165 }; 166 166 167 #endif /* ! ___UIVMLogPage_h___*/167 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerBookmarksPanel_h___19 #define ___UIVMLogViewerBookmarksPanel_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 }; 89 89 90 #endif /* ! ___UIVMLogViewerBookmarksPanel_h___*/90 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerDialog_h___19 #define ___UIVMLogViewerDialog_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 123 123 124 124 125 #endif /* ! ___UIVMLogViewerDialog_h___*/125 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerFilterPanel_h___19 #define ___UIVMLogViewerFilterPanel_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif /* ! ___UIVMLogViewerFilterPanel_h___*/114 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h */ 115 115 -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerOptionsPanel_h___19 #define ___UIVMLogViewerOptionsPanel_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 }; 83 83 84 #endif /* ! ___UIVMLogViewerOptionsPanel_h___*/84 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerPanel_h___19 #define ___UIVMLogViewerPanel_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 80 80 }; 81 81 82 #endif /* ! ___UIVMLogViewerPanel!_h___*/82 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h */ 83 83 -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerSearchPanel_h___19 #define ___UIVMLogViewerSearchPanel_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 130 130 131 131 132 #endif /* ! ___UIVMLogViewerSearchPanel_h___*/132 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h */ 133 133 -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerTextEdit_h___19 #define ___UIVMLogViewerTextEdit_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 118 118 119 119 120 #endif /* ! ___UIVMLogPage_h___*/120 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMLogViewerWidget_h___19 #define ___UIVMLogViewerWidget_h___18 #ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h 19 #define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 238 238 }; 239 239 240 #endif /* ! ___UIVMLogViewerWidget_h___*/240 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIErrorPane_h___19 #define ___UIErrorPane_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIErrorPane_h 19 #define FEQT_INCLUDED_SRC_manager_UIErrorPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ___UIErrorPane_h___*/74 #endif /* !FEQT_INCLUDED_SRC_manager_UIErrorPane_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolPaneGlobal_h___19 #define ___UIToolPaneGlobal_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h 19 #define FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 91 91 }; 92 92 93 #endif /* ! ___UIToolPaneGlobal_h___*/93 #endif /* !FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h */ 94 94 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolPaneMachine_h___19 #define ___UIToolPaneMachine_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h 19 #define FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 126 126 }; 127 127 128 #endif /* ! ___UIToolPaneMachine_h___*/128 #endif /* !FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h */ 129 129 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVirtualBoxManager_h___19 #define ___UIVirtualBoxManager_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h 19 #define FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 355 355 #define gpManager UIVirtualBoxManager::instance() 356 356 357 #endif /* ! ___UIVirtualBoxManager_h___*/357 #endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVirtualBoxManagerWidget_h___19 #define ___UIVirtualBoxManagerWidget_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h 19 #define FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 214 214 }; 215 215 216 #endif /* ! ___UIVirtualBoxManagerWidget_h___*/216 #endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIVirtualMachineItem_h__19 #define __UIVirtualMachineItem_h__18 #ifndef FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h 19 #define FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 145 145 }; 146 146 147 #endif /* __UIVirtualMachineItem_h__*/147 #endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWelcomePane_h___19 #define ___UIWelcomePane_h___18 #ifndef FEQT_INCLUDED_SRC_manager_UIWelcomePane_h 19 #define FEQT_INCLUDED_SRC_manager_UIWelcomePane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* ! ___UIWelcomePane_h___*/69 #endif /* !FEQT_INCLUDED_SRC_manager_UIWelcomePane_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooser_h___19 #define ___UIChooser_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 168 168 }; 169 169 170 #endif /* ! ___UIChooser_h___*/170 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIChooserHandlerKeyboard_h__19 #define __UIChooserHandlerKeyboard_h__18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 81 81 }; 82 82 83 #endif /* __UIChooserHandlerKeyboard_h__*/83 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h */ 84 84 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIChooserHandlerMouse_h__19 #define __UIChooserHandlerMouse_h__18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 }; 66 66 67 #endif /* __UIChooserHandlerMouse_h__*/67 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h */ 68 68 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserItem_h___19 #define ___UIChooserItem_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 397 397 398 398 399 #endif /* ! ___UIChooserItem_h___*/399 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserItemGlobal_h___19 #define ___UIChooserItemGlobal_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 277 277 }; 278 278 279 #endif /* ! ___UIChooserItemGlobal_h___*/279 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserItemGroup_h___19 #define ___UIChooserItemGroup_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 428 428 429 429 430 #endif /* ! ___UIChooserItemGroup_h___*/430 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserItemMachine_h___19 #define ___UIChooserItemMachine_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 345 345 }; 346 346 347 #endif /* ! ___UIChooserItemMachine_h___*/347 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserModel_h___19 #define ___UIChooserModel_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 624 624 625 625 626 #endif /* ! ___UIChooserModel_h___*/626 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIChooserView_h___19 #define ___UIChooserView_h___18 #ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h 19 #define FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 109 109 }; 110 110 111 #endif /* ! ___UIChooserView_h___*/111 #endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetails_h___19 #define ___UIDetails_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetails_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetails_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 78 78 }; 79 79 80 #endif /* ! ___UIDetails_h___*/80 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetails_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsContextMenu_h___19 #define ___UIDetailsContextMenu_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 105 105 }; 106 106 107 #endif /* ! ___UIDetailsContextMenu_h___*/107 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsElement_h___19 #define ___UIDetailsElement_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 367 367 }; 368 368 369 #endif /* ! ___UIDetailsElement_h___*/369 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsElements_h___19 #define ___UIDetailsElements_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 547 547 }; 548 548 549 #endif /* ! ___UIDetailsElements_h___*/550 549 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h */ 550 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsGroup_h___19 #define ___UIDetailsGroup_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 165 165 }; 166 166 167 #endif /* ! ___UIDetailsGroup_h___*/167 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsItem_h___19 #define ___UIDetailsItem_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 184 184 185 185 186 #endif /* ! ___UIDetailsItem_h___*/186 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsModel_h___19 #define ___UIDetailsModel_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 301 301 302 302 303 #endif /* ! ___UIDetailsModel_h___*/303 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDetailsSet_h___19 #define ___UIDetailsSet_h___18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 219 219 }; 220 220 221 #endif /* ! ___UIDetailsSet_h___*/221 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIDetailsView_h__19 #define __UIDetailsView_h__18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* __UIDetailsView_h__*/75 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h */ 76 76 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIMachinePreview_h__19 #define __UIMachinePreview_h__18 #ifndef FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h 19 #define FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 128 128 }; 129 129 130 #endif /* ! __UIMachinePreview_h__*/130 #endif /* !FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h */ 131 131 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UITools_h___19 #define ___UITools_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UITools_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UITools_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 140 140 }; 141 141 142 #endif /* ! ___UITools_h___*/142 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UITools_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolsHandlerKeyboard_h___19 #define ___UIToolsHandlerKeyboard_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 68 68 69 #endif /* ! ___UIToolsHandlerKeyboard_h___*/69 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolsHandlerMouse_h___19 #define ___UIToolsHandlerMouse_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 68 68 69 #endif /* ! ___UIToolsHandlerMouse_h___*/69 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolsItem_h___19 #define ___UIToolsItem_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 321 321 }; 322 322 323 #endif /* ! ___UIToolsItem_h___*/323 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolsModel_h___19 #define ___UIToolsModel_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 286 286 }; 287 287 288 #endif /* ! ___UIToolsModel_h___*/288 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolsView_h___19 #define ___UIToolsView_h___18 #ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h 19 #define FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 109 109 }; 110 110 111 #endif /* ! ___UIToolsView_h___*/111 #endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIFDCreationDialog_h__19 #define __UIFDCreationDialog_h__18 #ifndef FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h 19 #define FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 83 83 }; 84 84 85 #endif / / __UIFDCreationDialog_h__85 #endif /* !FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMedium_h___19 #define ___UIMedium_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMedium_h 19 #define FEQT_INCLUDED_SRC_medium_UIMedium_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 432 432 typedef QMap<QUuid, UIMedium> UIMediumMap; 433 433 434 #endif /* ! ___UIMedium_h___*/434 #endif /* !FEQT_INCLUDED_SRC_medium_UIMedium_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumDefs_h___19 #define ___UIMediumDefs_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumDefs_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 125 125 Q_DECLARE_METATYPE(UIMediumTarget); 126 126 127 #endif /* ! ___UIMediumDefs_h___*/127 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumDetailsWidget_h___19 #define ___UIMediumDetailsWidget_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 354 354 }; 355 355 356 #endif /* ! ___UIMediumDetailsWidget_h___*/357 356 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h */ 357 -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumEnumerator_h___19 #define ___UIMediumEnumerator_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 107 107 }; 108 108 109 #endif /* ! ___UIMediumEnumerator_h___*/109 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumItem_h___19 #define ___UIMediumItem_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumItem_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 201 201 }; 202 202 203 #endif /* ! ___UIMediumItem_h___*/203 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumItem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumManager_h___19 #define ___UIMediumManager_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumManager_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 441 441 }; 442 442 443 #endif /* ! ___UIMediumManager_h___*/443 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumSelector_h___19 #define ___UIMediumSelector_h___18 #ifndef FEQT_INCLUDED_SRC_medium_UIMediumSelector_h 19 #define FEQT_INCLUDED_SRC_medium_UIMediumSelector_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 125 125 }; 126 126 127 #endif /* ! ___UIMediumSelector_h___*/127 #endif /* !FEQT_INCLUDED_SRC_medium_UIMediumSelector_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDownloader_h___19 #define ___UIDownloader_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIDownloader_h 19 #define FEQT_INCLUDED_SRC_net_UIDownloader_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 145 145 }; 146 146 147 #endif /* ! ___UIDownloader_h___*/147 #endif /* !FEQT_INCLUDED_SRC_net_UIDownloader_h */ 148 148 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDownloaderAdditions_h___19 #define ___UIDownloaderAdditions_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h 19 #define FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 70 70 }; 71 71 72 #endif /* ! ___UIDownloaderAdditions_h___*/72 #endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h */ 73 73 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDownloaderExtensionPack_h___19 #define ___UIDownloaderExtensionPack_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h 19 #define FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ___UIDownloaderExtensionPack_h___*/74 #endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h */ 75 75 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDownloaderUserManual_h___19 #define ___UIDownloaderUserManual_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h 19 #define FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 62 62 }; 63 63 64 #endif /* ! ___UIDownloaderUserManual_h___*/64 #endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h */ 65 65 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkCustomer_h___19 #define ___UINetworkCustomer_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkCustomer_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkCustomer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 69 69 }; 70 70 71 #endif /* ! ___UINetworkCustomer_h___*/71 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkCustomer_h */ 72 72 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkDefs_h___19 #define ___UINetworkDefs_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkDefs_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 35 35 typedef QMap<QString, QString> UserDictionary; 36 36 37 #endif /* ! ___UINetworkDefs_h___*/37 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkDefs_h */ 38 38 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkManager_h___19 #define ___UINetworkManager_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkManager_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 136 136 #define gNetworkManager UINetworkManager::instance() 137 137 138 #endif /* ! ___UINetworkManager_h___*/138 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkManager_h */ 139 139 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkManagerDialog_h___19 #define ___UINetworkManagerDialog_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 94 94 }; 95 95 96 #endif /* ! ___UINetworkManagerDialog_h___*/96 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h */ 97 97 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkManagerIndicator_h___19 #define ___UINetworkManagerIndicator_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 113 113 114 114 115 #endif /* ! ___UINetworkManagerIndicator_h___*/115 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h */ 116 116 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkReply_h___19 #define ___UINetworkReply_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkReply_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkReply_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 109 109 }; 110 110 111 #endif /* ! ___UINetworkReply_h___*/111 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkReply_h */ 112 112 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkRequest_h___19 #define ___UINetworkRequest_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkRequest_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkRequest_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 145 145 }; 146 146 147 #endif /* ! ___UINetworkRequest_h___*/147 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkRequest_h */ 148 148 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINetworkRequestWidget_h___19 #define ___UINetworkRequestWidget_h___18 #ifndef FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h 19 #define FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 99 99 }; 100 100 101 #endif /* ! ___UINetworkRequestWidget_h___*/101 #endif /* !FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h */ 102 102 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIUpdateDefs_h___19 #define ___UIUpdateDefs_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIUpdateDefs_h 19 #define FEQT_INCLUDED_SRC_net_UIUpdateDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 124 124 125 125 126 #endif /* ! ___UIUpdateDefs_h___*/126 #endif /* !FEQT_INCLUDED_SRC_net_UIUpdateDefs_h */ 127 127 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIUpdateManager_h___19 #define ___UIUpdateManager_h___18 #ifndef FEQT_INCLUDED_SRC_net_UIUpdateManager_h 19 #define FEQT_INCLUDED_SRC_net_UIUpdateManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 #define gUpdateManager UIUpdateManager::instance() 89 89 90 #endif /* ! ___UIUpdateManager_h___*/90 #endif /* !FEQT_INCLUDED_SRC_net_UIUpdateManager_h */ 91 91 -
trunk/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIRichTextString_h___19 #define ___UIRichTextString_h___18 #ifndef FEQT_INCLUDED_SRC_objects_UIRichTextString_h 19 #define FEQT_INCLUDED_SRC_objects_UIRichTextString_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 118 118 }; 119 119 120 #endif /* ! ___UIRichTextString_h___*/120 #endif /* !FEQT_INCLUDED_SRC_objects_UIRichTextString_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDesktopServices_h___19 #define ___UIDesktopServices_h___18 #ifndef FEQT_INCLUDED_SRC_platform_UIDesktopServices_h 19 #define FEQT_INCLUDED_SRC_platform_UIDesktopServices_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 35 35 }; 36 36 37 #endif /* ! ___UIDesktopServices_h___*/37 #endif /* !FEQT_INCLUDED_SRC_platform_UIDesktopServices_h */ 38 38 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___CocoaEventHelper_h19 #define ___CocoaEventHelper_h18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 52 52 53 53 54 #endif /* ! ___CocoaEventHelper_h */54 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h */ 55 55 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___DarwinKeyboard_h___19 #define ___DarwinKeyboard_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 83 83 84 84 85 #endif /* ! ___DarwinKeyboard_h___*/85 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h */ 86 86 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDockIconPreview_h___19 #define ___UIDockIconPreview_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 36 36 }; 37 37 38 #endif /* ! ___UIDockIconPreview_h___*/38 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h */ 39 39 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIAbstractDockIconPreview_h___19 #define ___UIAbstractDockIconPreview_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ___UIAbstractDockIconPreview_h___*/75 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h */ 76 76 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxCocoaApplication_h___19 #define ___VBoxCocoaApplication_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 119 119 }; 120 120 121 #endif /* ! ___VBoxCocoaApplication_h___*/121 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h */ 122 122 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UICocoaDockIconPreview_h___19 #define ___UICocoaDockIconPreview_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 43 43 }; 44 44 45 #endif /* ___UICocoaDockIconPreview_h___*/45 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h */ 46 46 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UICocoaSpecialControls_h___19 #define ___UICocoaSpecialControls_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 77 77 }; 78 78 79 #endif /* ! ___UICocoaSpecialControls_h___*/79 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h */ 80 80 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDesktopServices_p_h___19 #define ___UIDesktopServices_p_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 34 34 RT_C_DECLS_END 35 35 36 #endif /* ! ___UIDesktopServices_p_h___*/36 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h */ 37 37 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWindowMenuManager_h___19 #define ___UIWindowMenuManager_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 86 86 #define gpWindowMenuManager UIWindowMenuManager::instance() 87 87 88 #endif /* ! ___UIWindowMenuManager_h___*/88 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___darwin_VBoxCocoaHelper_h19 #define ___darwin_VBoxCocoaHelper_h18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 60 60 #endif /* __OBJC__ */ 61 61 62 #endif /* ___darwin_VBoxCocoaHelper_h */62 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h */ 63 63 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxUtils_darwin_h___19 #define ___VBoxUtils_darwin_h___18 #ifndef FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h 19 #define FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 304 304 SHARED_LIBRARY_STUFF void *darwinCocoaToCarbonEvent(void *pvCocoaEvent); 305 305 306 #endif /* ! ___VBoxUtils_darwin_h___*/307 306 #endif /* !FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h */ 307 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxHlp_h19 #define ___VBoxHlp_h18 #ifndef FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h 19 #define FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 36 36 unsigned long aMsg); 37 37 38 #endif /* ! ___VBoxHlp_h */38 #endif /* !FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h */ 39 39 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxUtils_win_h___19 #define ___VBoxUtils_win_h___18 #ifndef FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h 19 #define FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 38 38 } 39 39 40 #endif /* ! ___VBoxUtils_win_h___*/40 #endif /* !FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___WinKeyboard_h___19 #define ___WinKeyboard_h___18 #ifndef FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h 19 #define FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 89 89 }; 90 90 91 #endif 91 #endif /* !FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h */ 92 92 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxX11Helpers_h___19 #define ___VBoxX11Helpers_h___18 #ifndef FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h 19 #define FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 SHARED_LIBRARY_STUFF bool X11CheckExtension(const char *extensionName); 55 55 56 #endif /* ! ___VBoxX11Helpers_h___*/56 #endif /* !FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___XKeyboard_h___19 #define ___XKeyboard_h___18 #ifndef FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h 19 #define FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 42 42 unsigned int cGroup, unsigned int cIndex); 43 43 44 #endif /* ! ___XKeyboard_h___*/44 #endif /* !FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h */ 45 45 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIConsoleEventHandler_h___19 #define ___UIConsoleEventHandler_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h 19 #define FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 118 118 #define gConsoleEvents UIConsoleEventHandler::instance() 119 119 120 #endif /* ! ___UIConsoleEventHandler_h___*/120 #endif /* !FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h */ 121 121 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDnDDataObject_win_h___19 #define ___UIDnDDataObject_win_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h 19 #define FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 113 113 }; 114 114 115 #endif /* ! ___UIDnDDataObject_win_h___*/115 #endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h */ 116 116 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDnDDropSource_win_h___19 #define ___UIDnDDropSource_win_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h 19 #define FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 }; 66 66 67 #endif /* ___UIDnDDropSource_win_h___*/67 #endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h */ 68 68 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDnDEnumFormat_win_h___19 #define ___UIDnDEnumFormat_win_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h 19 #define FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 }; 55 55 56 #endif /* ___UIDnDEnumFormat_win_h___*/56 #endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h */ 57 57 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDnDHandler_h___19 #define ___UIDnDHandler_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h 19 #define FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 164 164 #endif 165 165 }; 166 #endif /* ___UIDnDHandler_h___*/166 #endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h */ 167 167 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIDnDMIMEData_h___19 #define ___UIDnDMIMEData_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h 19 #define FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 140 140 }; 141 141 142 #endif /* ___UIDnDMIMEData_h___*/142 #endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h */ 143 143 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFrameBuffer_h___19 #define ___UIFrameBuffer_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h 19 #define FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 155 155 }; 156 156 157 #endif /* ! ___UIFrameBuffer_h___*/157 #endif /* !FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIIndicatorsPool_h___19 #define ___UIIndicatorsPool_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h 19 #define FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 127 127 }; 128 128 129 #endif /* ! ___UIIndicatorsPool_h___*/129 #endif /* !FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h */ 130 130 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIKeyboardHandler_h___19 #define ___UIKeyboardHandler_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h 19 #define FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 236 236 }; 237 237 238 #endif / / !___UIKeyboardHandler_h___238 #endif /* !FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachine_h___19 #define ___UIMachine_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMachine_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMachine_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 123 123 #define gpMachine UIMachine::instance() 124 124 125 #endif /* ! ___UIMachine_h___*/125 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMachine_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineDefs_h___19 #define ___UIMachineDefs_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 64 64 }; 65 65 66 #endif /* ! ___UIMachineDefs_h___*/66 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineLogic_h___19 #define ___UIMachineLogic_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 441 441 }; 442 442 443 #endif /* ! ___UIMachineLogic_h___*/443 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineView_h___19 #define ___UIMachineView_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMachineView_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMachineView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 441 441 }; 442 442 443 #endif / / !___UIMachineView_h___443 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineView_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIMachineWindow_h__19 #define __UIMachineWindow_h__18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 213 213 }; 214 214 215 #endif / / __UIMachineWindow_h__216 215 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h */ 216 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMouseHandler_h___19 #define ___UIMouseHandler_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 150 150 }; 151 151 152 #endif / / !___UIMouseHandler_h___152 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h */ 153 153 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIMultiScreenLayout_h__19 #define __UIMultiScreenLayout_h__18 #ifndef FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h 19 #define FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 83 83 }; 84 84 85 #endif /* __UIMultiScreenLayout_h__*/85 #endif /* !FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h */ 86 86 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISession_h___19 #define ___UISession_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UISession_h 19 #define FEQT_INCLUDED_SRC_runtime_UISession_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 565 565 }; 566 566 567 #endif /* ! ___UISession_h___*/567 #endif /* !FEQT_INCLUDED_SRC_runtime_UISession_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMCloseDialog_h___19 #define ___UIVMCloseDialog_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h 19 #define FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 182 182 }; 183 183 184 #endif /* ! ___UIVMCloseDialog_h___*/184 #endif /* !FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIKeyboardHandlerFullscreen_h___19 #define ___UIKeyboardHandlerFullscreen_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h 19 #define FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 47 47 }; 48 48 49 #endif /* ! ___UIKeyboardHandlerFullscreen_h___*/49 #endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineLogicFullscreen_h___19 #define ___UIMachineLogicFullscreen_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h 19 #define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 169 169 }; 170 170 171 #endif /* ! ___UIMachineLogicFullscreen_h___*/171 #endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h */ 172 172 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineViewFullscreen_h___19 #define ___UIMachineViewFullscreen_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h 19 #define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 80 80 }; 81 81 82 #endif / / !___UIMachineViewFullscreen_h___82 #endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h */ 83 83 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineWindowFullscreen_h___19 #define ___UIMachineWindowFullscreen_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h 19 #define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 146 146 }; 147 147 148 #endif /* ! ___UIMachineWindowFullscreen_h___*/148 #endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h */ 149 149 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationConfiguration_h___19 #define ___UIInformationConfiguration_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ___UIInformationConfiguration_h___*/74 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h */ 75 75 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationDataItem_h___19 #define ___UIInformationDataItem_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 359 359 }; 360 360 361 #endif /* ! ___UIInformationDataItem_h___*/362 361 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h */ 362 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationItem_h___19 #define ___UIInformationItem_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 97 97 }; 98 98 99 #endif /* ! ___UIInformationItem_h___*/99 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h */ 100 100 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationModel_h___19 #define ___UIInformationModel_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif /* ! ___UIInformationModel_h___*/86 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h */ 87 87 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationRuntime_h___19 #define ___UIInformationRuntime_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ! ___UIInformationRuntime_h___*/75 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h */ 76 76 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIInformationView_h___19 #define ___UIInformationView_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 58 58 }; 59 59 60 #endif /* ! ___UIInformationView_h___*/60 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h */ 61 61 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIVMInformationDialog_h___19 #define ___UIVMInformationDialog_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h 19 #define FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 112 112 }; 113 113 114 #endif /* ! ___UIVMInformationDialog_h___*/114 #endif /* !FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h */ 115 115 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIKeyboardHandlerNormal_h___19 #define ___UIKeyboardHandlerNormal_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h 19 #define FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 49 49 }; 50 50 51 #endif /* ! ___UIKeyboardHandlerNormal_h___*/51 #endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineLogicNormal_h___19 #define ___UIMachineLogicNormal_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h 19 #define FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 101 101 }; 102 102 103 #endif /* ! ___UIMachineLogicNormal_h___*/103 #endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineViewNormal_h___19 #define ___UIMachineViewNormal_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h 19 #define FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif / / !___UIMachineViewNormal_h___86 #endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h */ 87 87 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineWindowNormal_h___19 #define ___UIMachineWindowNormal_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h 19 #define FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 144 144 }; 145 145 146 #endif /* ! ___UIMachineWindowNormal_h___*/146 #endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h */ 147 147 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIKeyboardHandlerScale_h___19 #define ___UIKeyboardHandlerScale_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h 19 #define FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 49 49 }; 50 50 51 #endif /* ! ___UIKeyboardHandlerScale_h___*/51 #endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineLogicScale_h___19 #define ___UIMachineLogicScale_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h 19 #define FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 78 78 }; 79 79 80 #endif /* ! ___UIMachineLogicScale_h___*/80 #endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h */ 81 81 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineViewScale_h___19 #define ___UIMachineViewScale_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h 19 #define FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif / / !___UIMachineViewScale_h___69 #endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h */ 70 70 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineWindowScale_h___19 #define ___UIMachineWindowScale_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h 19 #define FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 77 77 }; 78 78 79 #endif /* ! ___UIMachineWindowScale_h___*/79 #endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h */ 80 80 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIKeyboardHandlerSeamless_h___19 #define ___UIKeyboardHandlerSeamless_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h 19 #define FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 49 49 }; 50 50 51 #endif /* ! ___UIKeyboardHandlerSeamless_h___*/51 #endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineLogicSeamless_h___19 #define ___UIMachineLogicSeamless_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h 19 #define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 110 110 }; 111 111 112 #endif /* ! ___UIMachineLogicSeamless_h___*/112 #endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h */ 113 113 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineViewSeamless_h___19 #define ___UIMachineViewSeamless_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h 19 #define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 77 77 }; 78 78 79 #endif / / !___UIMachineViewSeamless_h___79 #endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h */ 80 80 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineWindowSeamless_h___19 #define ___UIMachineWindowSeamless_h___18 #ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h 19 #define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 123 123 }; 124 124 125 #endif /* ! ___UIMachineWindowSeamless_h___*/125 #endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h */ 126 126 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsDefs_h___19 #define ___UISettingsDefs_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsDefs_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 297 297 298 298 299 #endif /* ! ___UISettingsDefs_h___*/299 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsDialog_h___19 #define ___UISettingsDialog_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsDialog_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 211 211 }; 212 212 213 #endif /* ! ___UISettingsDialog_h___*/213 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsDialogSpecific_h___19 #define ___UISettingsDialogSpecific_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 172 172 173 173 174 #endif /* ! ___UISettingsDialogSpecific_h___*/174 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsPage_h___19 #define ___UISettingsPage_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsPage_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsPage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 270 270 271 271 272 #endif /* ! ___UISettingsPage_h___*/272 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsPage_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsSelector_h___19 #define ___UISettingsSelector_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsSelector_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsSelector_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 282 282 283 283 284 #endif /* ! ___UISettingsSelector_h___*/284 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsSelector_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISettingsSerializer_h___19 #define ___UISettingsSerializer_h___18 #ifndef FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h 19 #define FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 245 245 246 246 247 #endif /* ! ___UISettingsSerializer_h___*/247 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsDisplay_h___19 #define ___UIGlobalSettingsDisplay_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif /* ! ___UIGlobalSettingsDisplay_h___*/86 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsExtension_h___19 #define ___UIGlobalSettingsExtension_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 94 94 }; 95 95 96 #endif /* ! ___UIGlobalSettingsExtension_h___*/96 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsGeneral_h___19 #define ___UIGlobalSettingsGeneral_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 76 76 }; 77 77 78 #endif /* ! ___UIGlobalSettingsGeneral_h___*/78 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsInput_h___19 #define ___UIGlobalSettingsInput_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 110 110 }; 111 111 112 #endif /* ! ___UIGlobalSettingsInput_h___*/112 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsLanguage_h___19 #define ___UIGlobalSettingsLanguage_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIGlobalSettingsLanguage_h___*/97 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsNetwork_h___19 #define ___UIGlobalSettingsNetwork_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 134 134 }; 135 135 136 #endif /* ! ___UIGlobalSettingsNetwork_h___*/136 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGlobalSettingsNetworkDetailsNAT_h__19 #define __UIGlobalSettingsNetworkDetailsNAT_h__18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 121 121 122 122 123 #endif /* __UIGlobalSettingsNetworkDetailsNAT_h__*/123 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGlobalSettingsPortForwardingDlg_h__19 #define __UIGlobalSettingsPortForwardingDlg_h__18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 }; 66 66 67 #endif / / __UIGlobalSettingsPortForwardingDlg_h__67 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsProxy_h___19 #define ___UIGlobalSettingsProxy_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 }; 86 86 87 #endif /* ! ___UIGlobalSettingsProxy_h___*/87 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGlobalSettingsUpdate_h___19 #define ___UIGlobalSettingsUpdate_h___18 #ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h 19 #define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIGlobalSettingsUpdate_h___*/97 #endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsAudio_h___19 #define ___UIMachineSettingsAudio_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 }; 83 83 84 #endif /* ! ___UIMachineSettingsAudio_h___*/84 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsDisplay_h___19 #define ___UIMachineSettingsDisplay_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 185 185 }; 186 186 187 #endif /* ! ___UIMachineSettingsDisplay_h___*/187 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsGeneral_h___19 #define ___UIMachineSettingsGeneral_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 142 142 }; 143 143 144 #endif /* ! ___UIMachineSettingsGeneral_h___*/144 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsInterface_h___19 #define ___UIMachineSettingsInterface_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 94 94 }; 95 95 96 #endif /* ! ___UIMachineSettingsInterface_h___*/96 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsNetwork_h___19 #define ___UIMachineSettingsNetwork_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 144 144 }; 145 145 146 #endif /* ! ___UIMachineSettingsNetwork_h___*/146 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIMachineSettingsPortForwardingDlg_h__19 #define __UIMachineSettingsPortForwardingDlg_h__18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 59 59 }; 60 60 61 #endif / / __UIMachineSettingsPortForwardingDlg_h__61 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsSF_h___19 #define ___UIMachineSettingsSF_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 155 155 }; 156 156 157 #endif /* ! ___UIMachineSettingsSF_h___*/157 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsSFDetails_h___19 #define ___UIMachineSettingsSFDetails_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 81 81 }; 82 82 83 #endif / / !___UIMachineSettingsSFDetails_h___83 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsSerial_h___19 #define ___UIMachineSettingsSerial_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 93 93 }; 94 94 95 #endif /* ! ___UIMachineSettingsSerial_h___*/95 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsStorage_h___19 #define ___UIMachineSettingsStorage_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 853 853 854 854 855 #endif /* ! ___UIMachineSettingsStorage_h___*/855 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsSystem_h___19 #define ___UIMachineSettingsSystem_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 181 181 }; 182 182 183 #endif /* ! ___UIMachineSettingsSystem_h___*/183 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMachineSettingsUSB_h___19 #define ___UIMachineSettingsUSB_h___18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 162 162 }; 163 163 164 #endif /* ! ___UIMachineSettingsUSB_h___*/164 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIMachineSettingsUSBFilterDetails_h__19 #define __UIMachineSettingsUSBFilterDetails_h__18 #ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h 19 #define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 41 41 }; 42 42 43 #endif /* __UIMachineSettingsUSBFilterDetails_h__*/43 #endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISnapshotDetailsWidget_h___19 #define ___UISnapshotDetailsWidget_h___18 #ifndef FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h 19 #define FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 235 235 }; 236 236 237 #endif /* ! ___UISnapshotDetailsWidget_h___*/238 237 #endif /* !FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h */ 238 -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISnapshotPane_h___19 #define ___UISnapshotPane_h___18 #ifndef FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h 19 #define FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 254 254 }; 255 255 256 #endif /* ! ___UISnapshotPane_h___*/257 256 #endif /* !FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h */ 257 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIAddDiskEncryptionPasswordDialog_h___19 #define ___UIAddDiskEncryptionPasswordDialog_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h 19 #define FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIAddDiskEncryptionPasswordDialog_h___*/97 #endif /* !FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIApplianceEditorWidget_h___19 #define ___UIApplianceEditorWidget_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h 19 #define FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 360 360 }; 361 361 362 #endif /* ! ___UIApplianceEditorWidget_h___*/362 #endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIApplianceExportEditorWidget_h__19 #define __UIApplianceExportEditorWidget_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h 19 #define FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 38 38 }; 39 39 40 #endif /* __UIApplianceExportEditorWidget_h__*/40 #endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h */ 41 41 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIApplianceImportEditorWidget_h__19 #define __UIApplianceImportEditorWidget_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h 19 #define FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 80 80 }; 81 81 82 #endif /* __UIApplianceImportEditorWidget_h__*/82 #endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIBootTable_h___19 #define ___UIBootTable_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIBootTable_h 19 #define FEQT_INCLUDED_SRC_widgets_UIBootTable_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 104 104 105 105 106 #endif /* ! ___UIBootTable_h___*/106 #endif /* !FEQT_INCLUDED_SRC_widgets_UIBootTable_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIEmptyFilePathSelector_h__19 #define __UIEmptyFilePathSelector_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h 19 #define FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 121 121 }; 122 122 123 #endif /* ! ___UIEmptyFilePathSelector_h___*/123 #endif /* !FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h */ 124 124 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFilePathSelector_h___19 #define ___UIFilePathSelector_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h 19 #define FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 215 215 }; 216 216 217 #endif /* ! ___UIFilePathSelector_h___*/217 #endif /* !FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIFilmContainer_h___19 #define ___UIFilmContainer_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h 19 #define FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 71 71 }; 72 72 73 #endif /* ! ___UIFilmContainer_h___*/73 #endif /* !FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestOSTypeSelectionButton_h___19 #define ___UIGuestOSTypeSelectionButton_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h 19 #define FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 72 72 }; 73 73 74 #endif /* ! ___UIGuestOSTypeSelectionButton_h___*/74 #endif /* !FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGuestRAMSlider_h___19 #define ___UIGuestRAMSlider_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h 19 #define FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 }; 66 66 67 #endif /* ! ___UIGuestRAMSlider_h___*/67 #endif /* !FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIHostComboEditor_h___19 #define ___UIHostComboEditor_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h 19 #define FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 245 245 246 246 247 #endif /* ! ___UIHostComboEditor_h___*/247 #endif /* !FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIHotKeyEditor_h___19 #define ___UIHotKeyEditor_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h 19 #define FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 189 189 190 190 191 #endif /* ! ___UIHotKeyEditor_h___*/191 #endif /* !FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UILineTextEdit_h__19 #define __UILineTextEdit_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h 19 #define FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 }; 89 89 90 #endif /* __UILineTextEdit_h__*/90 #endif /* !FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h */ 91 91 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediaComboBox_h___19 #define ___UIMediaComboBox_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 128 128 }; 129 129 130 #endif /* ! ___UIMediaComboBox_h___*/130 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMediumSizeEditor_h___19 #define ___UIMediumSizeEditor_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 108 108 }; 109 109 110 #endif /* ! ___UIMediumSizeEditor_h___*/110 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMenuBar_h___19 #define ___UIMenuBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMenuBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMenuBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 }; 55 55 56 #endif /* ! ___UIMenuBar_h___*/56 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuBar_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMenuBarEditorWindow_h___19 #define ___UIMenuBarEditorWindow_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 263 263 264 264 265 #endif /* ! ___UIMenuBarEditorWindow_h___*/265 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMenuToolBar_h___19 #define ___UIMenuToolBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 73 73 }; 74 74 75 #endif /* ! ___UIMenuToolBar_h___*/75 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h */ 76 76 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIMiniToolBar_h___19 #define ___UIMiniToolBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 200 200 }; 201 201 202 #endif /* ! ___UIMiniToolBar_h___*/203 202 #endif /* !FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h */ 203 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UINameAndSystemEditor_h___19 #define ___UINameAndSystemEditor_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h 19 #define FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 160 160 }; 161 161 162 #endif /* ! ___UINameAndSystemEditor_h___*/162 #endif /* !FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupBoxStuff_h___19 #define ___UIPopupBoxStuff_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupBox_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupBox_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 209 209 210 210 211 #endif /* ! ___UIPopupBoxStuff_h___*/212 211 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupBox_h */ 212 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupPane_h___19 #define ___UIPopupPane_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPane_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 243 243 }; 244 244 245 #endif /* ! ___UIPopupPane_h___*/246 245 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPane_h */ 246 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupPaneButtonPane_h___19 #define ___UIPopupPaneButtonPane_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 98 98 }; 99 99 100 #endif /* ! ___UIPopupPaneButtonPane_h___*/100 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h */ 101 101 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupPaneDetails_h___19 #define ___UIPopupPaneDetails_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 137 137 }; 138 138 139 #endif /* ! ___UIPopupPaneDetails_h___*/139 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h */ 140 140 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupPaneMessage_h___19 #define ___UIPopupPaneMessage_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 127 127 }; 128 128 129 #endif /* ! ___UIPopupPaneMessage_h___*/129 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h */ 130 130 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupStack_h___19 #define ___UIPopupStack_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupStack_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupStack_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 131 131 }; 132 132 133 #endif /* ! ___UIPopupStack_h___*/133 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupStack_h */ 134 134 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPopupStackViewport_h___19 #define ___UIPopupStackViewport_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 106 106 }; 107 107 108 #endif /* ! ___UIPopupStackViewport_h___*/108 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h */ 109 109 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIPortForwardingTable_h___19 #define ___UIPortForwardingTable_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h 19 #define FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 292 292 293 293 294 #endif /* ! ___UIPortForwardingTable_h___*/294 #endif /* !FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIProgressDialog_h___19 #define ___UIProgressDialog_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h 19 #define FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 219 219 220 220 221 #endif /* ! ___UIProgressDialog_h___*/222 221 #endif /* !FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h */ 222 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIScaleFactorEditor_h___19 #define ___UIScaleFactorEditor_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h 19 #define FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 108 108 }; 109 109 110 #endif /* ! ___UIScaleFactorEditor_h___*/110 #endif /* !FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISlidingAnimation_h___19 #define ___UISlidingAnimation_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h 19 #define FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 119 119 }; 120 120 121 #endif /* ! ___UISlidingAnimation_h___*/121 #endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISlidingToolBar_h___19 #define ___UISlidingToolBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 153 153 }; 154 154 155 #endif /* ! ___UISlidingToolBar_h___*/155 #endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UISlidingWidget_h___19 #define ___UISlidingWidget_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h 19 #define FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 131 131 }; 132 132 133 #endif /* ! ___UISlidingWidget_h___*/133 #endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h */ 134 134 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___VBoxSpecialControls_h__19 #define ___VBoxSpecialControls_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_UISpecialControls_h 19 #define FEQT_INCLUDED_SRC_widgets_UISpecialControls_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 186 186 187 187 188 #endif /* ! ___UISpecialControls_h___*/188 #endif /* !FEQT_INCLUDED_SRC_widgets_UISpecialControls_h */ 189 189 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIStatusBarEditorWindow_h___19 #define ___UIStatusBarEditorWindow_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h 19 #define FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 180 180 181 181 182 #endif /* ! ___UIStatusBarEditorWindow_h___*/182 #endif /* !FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UITabBar_h___19 #define ___UITabBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UITabBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UITabBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 140 140 }; 141 141 142 #endif /* ! ___UITabBar_h___*/142 #endif /* !FEQT_INCLUDED_SRC_widgets_UITabBar_h */ 143 143 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIToolBar_h___19 #define ___UIToolBar_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIToolBar_h 19 #define FEQT_INCLUDED_SRC_widgets_UIToolBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 90 90 }; 91 91 92 #endif /* ! ___UIToolBar_h___*/92 #endif /* !FEQT_INCLUDED_SRC_widgets_UIToolBar_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWarningPane_h___19 #define ___UIWarningPane_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_UIWarningPane_h 19 #define FEQT_INCLUDED_SRC_widgets_UIWarningPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 96 96 }; 97 97 98 #endif /* ! ___UIWarningPane_h___*/98 #endif /* !FEQT_INCLUDED_SRC_widgets_UIWarningPane_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGraphicsButton_h__19 #define __UIGraphicsButton_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h 19 #define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif /* __UIGraphicsButton_h__*/86 #endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h */ 87 87 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGraphicsRotatorButton_h__19 #define __UIGraphicsRotatorButton_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h 19 #define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 104 104 }; 105 105 106 #endif /* __UIGraphicsRotatorButton_h__*/106 #endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h */ 107 107 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIGraphicsTextPane_h___19 #define ___UIGraphicsTextPane_h___18 #ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h 19 #define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 192 192 }; 193 193 194 #endif /* ! ___UIGraphicsTextPane_h___*/194 #endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h */ 195 195 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGraphicsToolBar_h__19 #define __UIGraphicsToolBar_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h 19 #define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 65 65 }; 66 66 67 #endif /* __UIGraphicsToolBar_h__*/67 #endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h */ 68 68 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIGraphicsZoomButton_h__19 #define __UIGraphicsZoomButton_h__18 #ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h 19 #define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 96 96 }; 97 97 98 #endif /* __UIGraphicsZoomButton_h__*/98 #endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h */ 99 99 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizard_h___19 #define ___UIWizard_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_UIWizard_h 19 #define FEQT_INCLUDED_SRC_wizards_UIWizard_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 120 120 typedef QPointer<UIWizard> UISafePointerWizard; 121 121 122 #endif /* ! ___UIWizard_h___*/122 #endif /* !FEQT_INCLUDED_SRC_wizards_UIWizard_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardPage_h___19 #define ___UIWizardPage_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_UIWizardPage_h 19 #define FEQT_INCLUDED_SRC_wizards_UIWizardPage_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 94 94 95 95 96 #endif 96 #endif /* !FEQT_INCLUDED_SRC_wizards_UIWizardPage_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVD_h___19 #define ___UIWizardCloneVD_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 83 83 }; 84 84 85 #endif /* ! ___UIWizardCloneVD_h___*/85 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h */ 86 86 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVDPageBasic1_h___19 #define ___UIWizardCloneVDPageBasic1_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 95 95 }; 96 96 97 #endif /* ! ___UIWizardCloneVDPageBasic1_h___*/97 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h */ 98 98 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVDPageBasic2_h___19 #define ___UIWizardCloneVDPageBasic2_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 100 100 }; 101 101 102 #endif /* ! ___UIWizardCloneVDPageBasic2_h___*/102 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h */ 103 103 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVDPageBasic3_h___19 #define ___UIWizardCloneVDPageBasic3_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 91 91 }; 92 92 93 #endif /* ! ___UIWizardCloneVDPageBasic3_h___*/93 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h */ 94 94 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVDPageBasic4_h___19 #define ___UIWizardCloneVDPageBasic4_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 122 122 }; 123 123 124 #endif /* ! ___UIWizardCloneVDPageBasic4_h___*/124 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h */ 125 125 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardCloneVDPageExpert_h___19 #define ___UIWizardCloneVDPageExpert_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 99 99 }; 100 100 101 #endif /* ! ___UIWizardCloneVDPageExpert_h___*/101 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h */ 102 102 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardCloneVM_h__19 #define __UIWizardCloneVM_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 79 79 }; 80 80 81 #endif / / __UIWizardCloneVM_h__81 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardCloneVMPageBasic1_h__19 #define __UIWizardCloneVMPageBasic1_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 131 131 }; 132 132 133 #endif / / __UIWizardCloneVMPageBasic1_h__133 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardCloneVMPageBasic2_h__19 #define __UIWizardCloneVMPageBasic2_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 84 84 }; 85 85 86 #endif / / __UIWizardCloneVMPageBasic2_h__86 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h */ 87 87 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardCloneVMPageBasic3_h__19 #define __UIWizardCloneVMPageBasic3_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 79 79 }; 80 80 81 #endif / / __UIWizardCloneVMPageBasic3_h__81 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h */ 82 82 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardCloneVMPageExpert_h__19 #define __UIWizardCloneVMPageExpert_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 78 78 }; 79 79 80 #endif / / __UIWizardCloneVMPageExpert_h__80 #endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportApp_h___19 #define ___UIWizardExportApp_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 }; 86 86 87 #endif /* ! ___UIWizardExportApp_h___*/87 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportAppDefs_h___19 #define ___UIWizardExportAppDefs_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* ! ___UIWizardExportAppDefs_h___*/69 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportAppPageBasic1_h___19 #define ___UIWizardExportAppPageBasic1_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 87 87 }; 88 88 89 #endif /* ! ___UIWizardExportAppPageBasic1_h___*/89 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportAppPageBasic2_h___19 #define ___UIWizardExportAppPageBasic2_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 293 293 }; 294 294 295 #endif /* ! ___UIWizardExportAppPageBasic2_h___*/295 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportAppPageBasic3_h___19 #define ___UIWizardExportAppPageBasic3_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 92 92 }; 93 93 94 #endif /* ! ___UIWizardExportAppPageBasic3_h___*/94 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardExportAppPageExpert_h___19 #define ___UIWizardExportAppPageExpert_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 110 110 }; 111 111 112 #endif /* ! ___UIWizardExportAppPageExpert_h___*/112 #endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardFirstRun_h__19 #define __UIWizardFirstRun_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h 19 #define FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 69 69 }; 70 70 71 #endif / / __UIFirstRunWzd_h__71 #endif /* !FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h */ 72 72 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardFirstRunPageBasic_h__19 #define __UIWizardFirstRunPageBasic_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h 19 #define FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 100 100 }; 101 101 102 #endif / / __UIWizardFirstRunPageBasic_h__102 #endif /* !FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h */ 103 103 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardImportApp_h__19 #define __UIWizardImportApp_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h 19 #define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 81 81 typedef QPointer<UIWizardImportApp> UISafePointerWizardImportApp; 82 82 83 #endif /* __UIWizardImportApp_h__*/83 #endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h */ 84 84 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardImportAppDefs_h__19 #define __UIWizardImportAppDefs_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h 19 #define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 33 33 Q_DECLARE_METATYPE(ImportAppliancePointer); 34 34 35 #endif /* __UIWizardImportAppDefs_h__*/35 #endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h */ 36 36 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardImportAppPageBasic1_h__19 #define __UIWizardImportAppPageBasic1_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 67 67 }; 68 68 69 #endif /* __UIWizardImportAppPageBasic1_h__*/69 #endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h */ 70 70 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef ___UIWizardImportAppPageBasic2_h___19 #define ___UIWizardImportAppPageBasic2_h___18 #ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 115 115 }; 116 116 117 #endif /* ! ___UIWizardImportAppPageBasic2_h___*/117 #endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardImportAppPageExpert_h__19 #define __UIWizardImportAppPageExpert_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 64 64 }; 65 65 66 #endif /* __UIWizardImportAppPageExpert_h__*/66 #endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h */ 67 67 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVD_h__19 #define __UIWizardNewVD_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h 19 #define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 85 85 typedef QPointer<UIWizardNewVD> UISafePointerWizardNewVD; 86 86 87 #endif / / __UIWizardNewVD_h__87 #endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVDPageBasic1_h__19 #define __UIWizardNewVDPageBasic1_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 89 89 90 #endif / / __UIWizardNewVDPageBasic1_h__90 #endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVDPageBasic2_h__19 #define __UIWizardNewVDPageBasic2_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 83 83 84 #endif / / __UIWizardNewVDPageBasic2_h__84 #endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVDPageBasic3_h__19 #define __UIWizardNewVDPageBasic3_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h 19 #define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 115 115 116 116 117 #endif / / __UIWizardNewVDPageBasic3_h__117 #endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVDPageExpert_h__19 #define __UIWizardNewVDPageExpert_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 81 81 }; 82 82 83 #endif / / __UIWizardNewVDPageExpert_h__83 #endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVM_h__19 #define __UIWizardNewVM_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h 19 #define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 89 89 typedef QPointer<UIWizardNewVM> UISafePointerWizardNewVM; 90 90 91 #endif / / __UIWizardNewVM_h__91 #endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h */ 92 92 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVMPageBasic1_h__19 #define __UIWizardNewVMPageBasic1_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h 19 #define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 120 120 }; 121 121 122 #endif / / __UIWizardNewVMPageBasic1_h__122 #endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVMPageBasic2_h__19 #define __UIWizardNewVMPageBasic2_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h 19 #define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 82 82 }; 83 83 84 #endif / / __UINewVMWzd_h__84 #endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h */ 85 85 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVMPageBasic3_h__19 #define __UIWizardNewVMPageBasic3_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h 19 #define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 133 133 }; 134 134 135 #endif / / __UIWizardNewVMPageBasic3_h__135 #endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h */ 136 136 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h
r76553 r76581 16 16 */ 17 17 18 #ifndef __UIWizardNewVMPageExpert_h__19 #define __UIWizardNewVMPageExpert_h__18 #ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h 19 #define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 88 88 }; 89 89 90 #endif / / __UIWizardNewVMPageExpert_h__90 #endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h */
Note:
See TracChangeset
for help on using the changeset viewer.