diff options
Diffstat (limited to 'src/VBox/Frontends')
324 files changed, 971 insertions, 969 deletions
diff --git a/src/VBox/Frontends/VirtualBox/.scm-settings b/src/VBox/Frontends/VirtualBox/.scm-settings index ffdea50fdce..6ecf0814b7d 100644 --- a/src/VBox/Frontends/VirtualBox/.scm-settings +++ b/src/VBox/Frontends/VirtualBox/.scm-settings @@ -18,6 +18,8 @@ # The .qrc files are (mostly?) autogenerated and have no copyright or license in them. /*.qrc: --no-update-license --no-update-copyright-year +/src/*.h: --guard-relative-to-dir src/ --guard-prefix FEQT_INCLUDED_SRC_ /src/precomp.h: --no-fix-header-guards /src/precomp_vcc.h: --no-fix-header-guards /src/precomp_gcc.h: --no-fix-header-guards + diff --git a/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h b/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h index c5ab8289e14..854a38ebd88 100644 --- a/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UITakeSnapshotDialog_h___ -#define ___UITakeSnapshotDialog_h___ +#ifndef FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h +#define FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -111,4 +111,4 @@ private: QIDialogButtonBox *m_pButtonBox; }; -#endif /* !___UITakeSnapshotDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_UITakeSnapshotDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h b/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h index cf4dbdf90ed..eb0fe25d449 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h +++ b/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBox2DHelpers_h___ -#define ___VBox2DHelpers_h___ +#ifndef FEQT_INCLUDED_SRC_VBox2DHelpers_h +#define FEQT_INCLUDED_SRC_VBox2DHelpers_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -38,4 +38,4 @@ namespace VBox2DHelpers #endif /* VBOX_GUI_USE_QGL || VBOX_WITH_VIDEOHWACCEL */ -#endif /* !___VBox2DHelpers_h___ */ +#endif /* !FEQT_INCLUDED_SRC_VBox2DHelpers_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h b/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h index 892c5d86272..c39a0e03bea 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h +++ b/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxAboutDlg_h___ -#define ___VBoxAboutDlg_h___ +#ifndef FEQT_INCLUDED_SRC_VBoxAboutDlg_h +#define FEQT_INCLUDED_SRC_VBoxAboutDlg_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,5 +87,5 @@ private: QLabel *m_pLabel; }; -#endif /* !___VBoxAboutDlg_h___ */ +#endif /* !FEQT_INCLUDED_SRC_VBoxAboutDlg_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h index 3c4e671f452..b188d1d3f9e 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h +++ b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __VBoxFBOverlay_h__ -#define __VBoxFBOverlay_h__ +#ifndef FEQT_INCLUDED_SRC_VBoxFBOverlay_h +#define FEQT_INCLUDED_SRC_VBoxFBOverlay_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -1855,4 +1855,4 @@ private: #endif /* defined(VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) */ -#endif /* #ifndef __VBoxFBOverlay_h__ */ +#endif /* !FEQT_INCLUDED_SRC_VBoxFBOverlay_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h index f75072c11f2..f789bb112d8 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h +++ b/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __VBoxFBOverlayCommon_h__ -#define __VBoxFBOverlayCommon_h__ +#ifndef FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h +#define FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -117,5 +117,5 @@ private: VBOXQGLLOG((_p " l(0x%x), u(0x%x)" _s, (_pck)->lower(), (_pck)->upper()));\ }while(0) -#endif /* #ifndef __VBoxFBOverlayCommon_h__ */ +#endif /* !FEQT_INCLUDED_SRC_VBoxFBOverlayCommon_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h b/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h index eedd229e1e7..76f80a43173 100644 --- a/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h +++ b/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxLicenseViewer___ -#define ___VBoxLicenseViewer___ +#ifndef FEQT_INCLUDED_SRC_VBoxLicenseViewer_h +#define FEQT_INCLUDED_SRC_VBoxLicenseViewer_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -80,5 +80,5 @@ private: QPushButton *m_pButtonDisagree; }; -#endif /* !___VBoxLicenseViewer___ */ +#endif /* !FEQT_INCLUDED_SRC_VBoxLicenseViewer_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h b/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h index 337223f8831..9121e2445bd 100644 --- a/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UICloudProfileDetailsWidget_h___ -#define ___UICloudProfileDetailsWidget_h___ +#ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h +#define FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -210,4 +210,4 @@ private: }; -#endif /* !___UICloudProfileDetailsWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h b/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h index 2bcba100886..7c57598e8f6 100644 --- a/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h +++ b/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UICloudProfileManager_h___ -#define ___UICloudProfileManager_h___ +#ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h +#define FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -265,4 +265,4 @@ private: friend class UICloudProfileManagerFactory; }; -#endif /* !___UICloudProfileManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h b/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h index 703e124740e..bc510a66ed8 100644 --- a/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h +++ b/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIConverter_h___ -#define ___UIConverter_h___ +#ifndef FEQT_INCLUDED_SRC_converter_UIConverter_h +#define FEQT_INCLUDED_SRC_converter_UIConverter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -127,5 +127,5 @@ private: /** Singleton UI converter 'official' name. */ #define gpConverter UIConverter::instance() -#endif /* !___UIConverter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_converter_UIConverter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h b/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h index 29dd66da9de..1ccb29bbebd 100644 --- a/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h +++ b/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIConverterBackend_h___ -#define ___UIConverterBackend_h___ +#ifndef FEQT_INCLUDED_SRC_converter_UIConverterBackend_h +#define FEQT_INCLUDED_SRC_converter_UIConverterBackend_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -303,4 +303,4 @@ template<> SHARED_LIBRARY_STUFF QString toInternalString(const KNATProtocol &pro template<> SHARED_LIBRARY_STUFF KNATProtocol fromInternalString<KNATProtocol>(const QString &strProtocol); -#endif /* !___UIConverterBackend_h___ */ +#endif /* !FEQT_INCLUDED_SRC_converter_UIConverterBackend_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h index 40760b7d5cd..344d41b01a3 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIAdvancedSlider_h___ -#define ___QIAdvancedSlider_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h +#define FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -130,4 +130,4 @@ private: bool m_fSnappingEnabled; }; -#endif /* !___QIAdvancedSlider_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIAdvancedSlider_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h index dea3c8931f6..33edfaee487 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIArrowButtonPress_h___ -#define ___QIArrowButtonPress_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h +#define FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -56,4 +56,4 @@ private: ButtonType m_enmButtonType; }; -#endif /* !___QIArrowButtonPress_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowButtonPress_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h index 327437cae78..646ca3b6b74 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIArrowButtonSwitch_h___ -#define ___QIArrowButtonSwitch_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h +#define FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,4 +72,4 @@ private: QIcon m_iconExpanded; }; -#endif /* !___QIArrowButtonSwitch_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowButtonSwitch_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h index 73c5fd194b8..8d49c32c15e 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIArrowSplitter_h___ -#define ___QIArrowSplitter_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h +#define FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -111,4 +111,4 @@ private: int m_iDetailsIndex; }; -#endif /* !___QIArrowSplitter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIArrowSplitter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h index 53ffa2fd4d5..172a3014390 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIComboBox_h___ -#define ___QIComboBox_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIComboBox_h +#define FEQT_INCLUDED_SRC_extensions_QIComboBox_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -131,4 +131,4 @@ private: QComboBox *m_pComboBox; }; -#endif /* !___QIComboBox_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIComboBox_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h index 0301c9f5c14..2a8307b0b93 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIDialog_h___ -#define ___QIDialog_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIDialog_h +#define FEQT_INCLUDED_SRC_extensions_QIDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -76,4 +76,4 @@ private: /** Safe pointer to the QIDialog class. */ typedef QPointer<QIDialog> UISafePointerDialog; -#endif /* !___QIDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h index 38e8cca61e6..35898c2eb78 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIDialogButtonBox_h___ -#define ___QIDialogButtonBox_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h +#define FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -84,4 +84,4 @@ private: QPointer<UIHelpButton> m_pHelpButton; }; -#endif /* !___QIDialogButtonBox_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIDialogButtonBox_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h index 37c6f17ed03..dc03a3c133a 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIFileDialog_h___ -#define ___QIFileDialog_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIFileDialog_h +#define FEQT_INCLUDED_SRC_extensions_QIFileDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -90,4 +90,4 @@ public: static QString getFirstExistingDir(const QString &strStartDir); }; -#endif /* !___QIFileDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIFileDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h index 9cb3d13d0c5..a44799ed619 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIFlowLayout_h___ -#define ___QIFlowLayout_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h +#define FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -133,4 +133,4 @@ private: int m_iSpacingV; }; -#endif /* !___QIFlowLayout_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIFlowLayout_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h index 9f0958cbf50..af30039c254 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIInputDialog_h___ -#define ___QIInputDialog_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIInputDialog_h +#define FEQT_INCLUDED_SRC_extensions_QIInputDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -86,4 +86,4 @@ private: /** Safe pointer to the QIInputDialog class. */ typedef QPointer<QIInputDialog> QISafePointerInputDialog; -#endif /* !___QIInputDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIInputDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h b/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h index a0be714a745..3f580be9091 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h @@ -19,8 +19,8 @@ * This class is based on the original QLabel implementation. */ -#ifndef ___QILabel_h___ -#define ___QILabel_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QILabel_h +#define FEQT_INCLUDED_SRC_extensions_QILabel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -132,4 +132,4 @@ private: static QRegExp s_regExpElide; }; -#endif /* !___QILabel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QILabel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h b/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h index 1fa2f6fabf9..b0463b5c652 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QILabelSeparator_h___ -#define ___QILabelSeparator_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h +#define FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ protected: QLabel *m_pLabel; }; -#endif /* !___QILabelSeparator_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QILabelSeparator_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h b/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h index f48447acdd6..98dc86d267a 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QILineEdit_h___ -#define ___QILineEdit_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QILineEdit_h +#define FEQT_INCLUDED_SRC_extensions_QILineEdit_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -53,4 +53,4 @@ private: QSize featTextWidth(const QString &strText) const; }; -#endif /* !___QILineEdit_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QILineEdit_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h index 7213aa3830a..9dca347cdb4 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIMainDialog_h___ -#define ___QIMainDialog_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIMainDialog_h +#define FEQT_INCLUDED_SRC_extensions_QIMainDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -122,4 +122,4 @@ private: QPointer<QSizeGrip> m_pSizeGrip; }; -#endif /* !___QIMainDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIMainDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h index 71b686b37ef..76cc4bfa6df 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIMainWindow_h___ -#define ___QIMainWindow_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIMainWindow_h +#define FEQT_INCLUDED_SRC_extensions_QIMainWindow_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -54,4 +54,4 @@ protected: QRect m_geometry; }; -#endif /* !___QIMainWindow_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIMainWindow_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h index 73d3b873af2..56d72271439 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIManagerDialog_h___ -#define ___QIManagerDialog_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h +#define FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -219,4 +219,4 @@ private: }; -#endif /* !___QIManagerDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIManagerDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h index 0d6f7c509f7..2ecc4f77658 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIMenu_h___ -#define ___QIMenu_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIMenu_h +#define FEQT_INCLUDED_SRC_extensions_QIMenu_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -44,4 +44,4 @@ private slots: void sltHighlightFirstAction(); }; -#endif /* !___QIMenu_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIMenu_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h index 5133c45449c..fd3bfa14301 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIMessageBox_h___ -#define ___QIMessageBox_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIMessageBox_h +#define FEQT_INCLUDED_SRC_extensions_QIMessageBox_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -196,4 +196,4 @@ private: }; -#endif /* !___QIMessageBox_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIMessageBox_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h index 01582e31767..a559f41f6bf 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIProcess_h___ -#define ___QIProcess_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIProcess_h +#define FEQT_INCLUDED_SRC_extensions_QIProcess_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -44,4 +44,4 @@ public: int iTimeout = 5000); }; -#endif /* !___QIProcess_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIProcess_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h index c06da1842d9..0b0075ace78 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIRichTextLabel_h___ -#define ___QIRichTextLabel_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h +#define FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -70,4 +70,4 @@ private: int m_iMinimumTextWidth; }; -#endif /* !___QIRichTextLabel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIRichTextLabel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h index 5beef519a00..7e522e917c3 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIRichToolButton_h___ -#define ___QIRichToolButton_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h +#define FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -85,4 +85,4 @@ private: QString m_strName; }; -#endif /* !___QIRichToolButton_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIRichToolButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h b/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h index 5cb03100c0e..d6fd747a239 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QISplitter_h___ -#define ___QISplitter_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QISplitter_h +#define FEQT_INCLUDED_SRC_extensions_QISplitter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -85,4 +85,4 @@ private: QColor m_color2; }; -#endif /* !___QISplitter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QISplitter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h index af50c3a5681..76aafe3ea1f 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIStatusBar_h___ -#define ___QIStatusBar_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIStatusBar_h +#define FEQT_INCLUDED_SRC_extensions_QIStatusBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -48,4 +48,4 @@ protected: QString m_strMessage; }; -#endif /* !___QIStatusBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIStatusBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h index 7bb2692c3f3..eabf2afa9db 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIStatusBarIndicators_h___ -#define ___QIStatusBarIndicators_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h +#define FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -138,4 +138,4 @@ private: }; -#endif /* !___QIStatusBarIndicators_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIStatusBarIndicator_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h index 630432190fc..cdffb1eb827 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIStyledItemDelegate_h___ -#define ___QIStyledItemDelegate_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h +#define FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ private: bool m_fWatchForEditorEnterKeyTriggering : 1; }; -#endif /* !___QIStyledItemDelegate_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIStyledItemDelegate_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h b/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h index c73e846c905..a497b9bc7cc 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QITabWidget_h___ -#define ___QITabWidget_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QITabWidget_h +#define FEQT_INCLUDED_SRC_extensions_QITabWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -38,4 +38,4 @@ public: QITabWidget(QWidget *pParent = 0); }; -#endif /* !___QITabWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QITabWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h b/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h index 723c00f671b..ba652846c15 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QITableView_h___ -#define ___QITableView_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QITableView_h +#define FEQT_INCLUDED_SRC_extensions_QITableView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -138,4 +138,4 @@ private: }; -#endif /* !___QITableView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QITableView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h index aff3b569928..72fbb4b7152 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIToolButton_h___ -#define ___QIToolButton_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIToolButton_h +#define FEQT_INCLUDED_SRC_extensions_QIToolButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -44,4 +44,4 @@ public: void removeBorder(); }; -#endif /* !___QIToolButton_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIToolButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h index b1211b58c5c..ccac094deb8 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QITreeView_h___ -#define ___QITreeView_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QITreeView_h +#define FEQT_INCLUDED_SRC_extensions_QITreeView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -142,4 +142,4 @@ private: }; -#endif /* !___QITreeView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QITreeView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h index fe9aaf6d0a1..6eabe08e17b 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QITreeWidget_h___ -#define ___QITreeWidget_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QITreeWidget_h +#define FEQT_INCLUDED_SRC_extensions_QITreeWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -107,4 +107,4 @@ protected: }; -#endif /* !___QITreeWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QITreeWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h b/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h index abdbb6f42f5..95d391843c0 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIWidgetValidator_h___ -#define ___QIWidgetValidator_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h +#define FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -226,4 +226,4 @@ private: }; -#endif /* !___QIWidgetValidator_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_QIWidgetValidator_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h b/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h index 4df3301f647..98682b037c2 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIGraphicsView_h___ -#define ___QIGraphicsView_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h +#define FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -52,4 +52,4 @@ private: int m_iVerticalScrollBarPosition; }; -#endif /* !___QIGraphicsView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h b/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h index 9620333223f..580fd86ca43 100644 --- a/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIGraphicsWidget_h___ -#define ___QIGraphicsWidget_h___ +#ifndef FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h +#define FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -41,4 +41,4 @@ public: virtual QSizeF minimumSizeHint() const; }; -#endif /* !___QIGraphicsWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extensions_graphics_QIGraphicsWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h index d98cad7cda9..3496146ca88 100644 --- a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIExtraDataDefs_h___ -#define ___UIExtraDataDefs_h___ +#ifndef FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h +#define FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -1020,4 +1020,4 @@ enum MaxGuestResolutionPolicy }; -#endif /* !___UIExtraDataDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extradata_UIExtraDataDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h index f29794052f0..fb6663fa042 100644 --- a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h +++ b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIExtraDataManager_h___ -#define ___UIExtraDataManager_h___ +#ifndef FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h +#define FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -804,4 +804,4 @@ private: /** Singleton Extra-data Manager 'official' name. */ #define gEDataManager UIExtraDataManager::instance() -#endif /* !___UIExtraDataManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_extradata_UIExtraDataManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h b/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h index abfefc44e63..8f017ca1a88 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __CIShared_h__ -#define __CIShared_h__ +#ifndef FEQT_INCLUDED_SRC_globals_CIShared_h +#define FEQT_INCLUDED_SRC_globals_CIShared_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -407,5 +407,5 @@ template< class D > bool CIShared<D>::Data::deref() { #endif // VBOX_CHECK_STATE -#endif // __CIShared_h__ +#endif /* !FEQT_INCLUDED_SRC_globals_CIShared_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h b/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h index 3ccb50a56d2..8a9a7b4eb67 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h @@ -19,8 +19,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __COMDefs_h__ -#define __COMDefs_h__ +#ifndef FEQT_INCLUDED_SRC_globals_COMDefs_h +#define FEQT_INCLUDED_SRC_globals_COMDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -1147,5 +1147,5 @@ public: /** @} */ -#endif // !__COMDefs_h__ +#endif /* !FEQT_INCLUDED_SRC_globals_COMDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h b/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h index 4a195bd526a..8d57e6a62a4 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___QIWithRetranslateUI_h___ -#define ___QIWithRetranslateUI_h___ +#ifndef FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h +#define FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -182,5 +182,5 @@ protected: }; -#endif /* !___QIWithRetranslateUI_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_QIWithRetranslateUI_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h index c117f5efb74..ae3d2790493 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIActionPool_h___ -#define ___UIActionPool_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIActionPool_h +#define FEQT_INCLUDED_SRC_globals_UIActionPool_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -661,4 +661,4 @@ protected: }; -#endif /* !___UIActionPool_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIActionPool_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h index 7aa62baf7f6..d9e6ded609c 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIActionPoolManager_h___ -#define ___UIActionPoolManager_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h +#define FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -239,5 +239,5 @@ private: }; -#endif /* !___UIActionPoolManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIActionPoolManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h index 92ac8372904..e4c070b3fb2 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIActionPoolRuntime_h___ -#define ___UIActionPoolRuntime_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h +#define FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -320,4 +320,4 @@ private: }; -#endif /* !___UIActionPoolRuntime_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIActionPoolRuntime_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h b/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h index 4582e1d1f41..e71208a88e1 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIAnimationFramework_h___ -#define ___UIAnimationFramework_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h +#define FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -171,5 +171,5 @@ private: }; -#endif /* !___UIAnimationFramework_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIAnimationFramework_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h b/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h index 569d15e886c..059e95955b6 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UICustomFileSystemModel_h___ -#define ___UICustomFileSystemModel_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h +#define FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -186,4 +186,4 @@ private: }; -#endif /* !___UICustomFileSystemModel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UICustomFileSystemModel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h b/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h index 5957eb15a20..ba259914249 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDefs_h___ -#define ___UIDefs_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIDefs_h +#define FEQT_INCLUDED_SRC_globals_UIDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -158,4 +158,4 @@ struct ExactStorageSlot : public StorageSlot }; -#endif /* !___UIDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h b/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h index 6e37250261d..81ef45b8304 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDesktopWidgetWatchdog_h___ -#define ___UIDesktopWidgetWatchdog_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h +#define FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -175,5 +175,5 @@ private: /** 'Official' name for the desktop-widget watchdog singleton. */ #define gpDesktop UIDesktopWidgetWatchdog::instance() -#endif /* !___UIDesktopWidgetWatchdog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIDesktopWidgetWatchdog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h b/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h index 44d92a04e0b..3061f9e647c 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIErrorString_h___ -#define ___UIErrorString_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIErrorString_h +#define FEQT_INCLUDED_SRC_globals_UIErrorString_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -63,5 +63,5 @@ private: static QString errorInfoToString(const COMErrorInfo &comInfo, HRESULT wrapperRC = S_OK); }; -#endif /* !___UIErrorString_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIErrorString_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h b/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h index d0bfb2c6f80..4e40da2e240 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIIconPool_h___ -#define ___UIIconPool_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIIconPool_h +#define FEQT_INCLUDED_SRC_globals_UIIconPool_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -140,5 +140,5 @@ private: }; -#endif /* !___UIIconPool_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIIconPool_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h b/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h index cb6d63dcfc5..94c4e4910a7 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIImageTools_h___ -#define ___UIImageTools_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIImageTools_h +#define FEQT_INCLUDED_SRC_globals_UIImageTools_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -49,4 +49,4 @@ namespace UIImageTools } using namespace UIImageTools /* if header included */; -#endif /* !___UIImageTools_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIImageTools_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h b/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h index b937bc5e3b4..b2a0b681528 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UILibraryDefs_h___ -#define ___UILibraryDefs_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UILibraryDefs_h +#define FEQT_INCLUDED_SRC_globals_UILibraryDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -35,5 +35,5 @@ # define SHARED_LIBRARY_STUFF #endif -#endif /* !___UILibraryDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UILibraryDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h b/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h index 46cb5fd8872..ccf98be19ad 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMainEventListener_h___ -#define ___UIMainEventListener_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIMainEventListener_h +#define FEQT_INCLUDED_SRC_globals_UIMainEventListener_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -194,5 +194,5 @@ public: /** Wraps the IListener interface around our implementation class. */ typedef ListenerImpl<UIMainEventListener, QObject*> UIMainEventListenerImpl; -#endif /* !___UIMainEventListener_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIMainEventListener_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h b/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h index e5b34c704d4..50b9f8a5af9 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMessageCenter_h___ -#define ___UIMessageCenter_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIMessageCenter_h +#define FEQT_INCLUDED_SRC_globals_UIMessageCenter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -562,4 +562,4 @@ private: inline UIMessageCenter &msgCenter() { return *UIMessageCenter::instance(); } -#endif /* !___UIMessageCenter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIMessageCenter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h b/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h index 632f35fd27b..4a23d6f6224 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIModalWindowManager_h___ -#define ___UIModalWindowManager_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h +#define FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -101,5 +101,5 @@ private: /** Singleton Modal Window Manager 'official' name. */ inline UIModalWindowManager &windowManager() { return *(UIModalWindowManager::instance()); } -#endif /* !___UIModalWindowManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIModalWindowManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h b/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h index 1cf664c2aa6..e5f34a0e247 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPathOperations_h___ -#define ___UIPathOperations_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIPathOperations_h +#define FEQT_INCLUDED_SRC_globals_UIPathOperations_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -51,4 +51,4 @@ public: }; -#endif /* !___UIPathOperations_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIPathOperations_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h b/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h index fcc02485c9d..09b2fddae54 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupCenter_h___ -#define ___UIPopupCenter_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIPopupCenter_h +#define FEQT_INCLUDED_SRC_globals_UIPopupCenter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -241,5 +241,5 @@ private: inline UIPopupCenter &popupCenter() { return *UIPopupCenter::instance(); } -#endif /* !___UIPopupCenter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIPopupCenter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h b/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h index e40200bc1d4..624968042af 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIProgressEventHandler_h___ -#define ___UIProgressEventHandler_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h +#define FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -81,4 +81,4 @@ private: }; -#endif /* !___UIProgressEventHandler_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIProgressEventHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h b/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h index 19ed06d47a5..239c9133954 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIShortcutPool_h___ -#define ___UIShortcutPool_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIShortcutPool_h +#define FEQT_INCLUDED_SRC_globals_UIShortcutPool_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -189,5 +189,5 @@ private: #define gShortcutPool UIShortcutPool::instance() -#endif /* !___UIShortcutPool_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIShortcutPool_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h b/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h index 95077bfb539..e3e5f01af8c 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIStarter_h___ -#define ___UIStarter_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIStarter_h +#define FEQT_INCLUDED_SRC_globals_UIStarter_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -78,4 +78,4 @@ private: /** Singleton UI starter 'official' name. */ #define gStarter UIStarter::instance() -#endif /* !___UIStarter_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIStarter_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h b/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h index c60995a254b..a70c84670e5 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIThreadPool_h___ -#define ___UIThreadPool_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIThreadPool_h +#define FEQT_INCLUDED_SRC_globals_UIThreadPool_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -158,5 +158,5 @@ private: }; -#endif /* !___UIThreadPool_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIThreadPool_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h b/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h index ddce57ff52b..9eb78e6a01c 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVersion_h___ -#define ___UIVersion_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIVersion_h +#define FEQT_INCLUDED_SRC_globals_UIVersion_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,4 +94,4 @@ private: QString m_strPostfix; }; -#endif /* !___UIVersion_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIVersion_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h b/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h index 8d9b7488918..86104960b93 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVirtualBoxEventHandler_h___ -#define ___UIVirtualBoxEventHandler_h___ +#ifndef FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h +#define FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -90,5 +90,5 @@ private: /** Singleton VirtualBox Event Handler 'official' name. */ #define gVBoxEvents UIVirtualBoxEventHandler::instance() -#endif /* !___UIVirtualBoxEventHandler_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_UIVirtualBoxEventHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h b/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h index 48bf12fe26d..a359da44d33 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxGlobal_h___ -#define ___VBoxGlobal_h___ +#ifndef FEQT_INCLUDED_SRC_globals_VBoxGlobal_h +#define FEQT_INCLUDED_SRC_globals_VBoxGlobal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -909,4 +909,4 @@ private: /** Singleton VBoxGlobal 'official' name. */ inline VBoxGlobal &vboxGlobal() { return *VBoxGlobal::instance(); } -#endif /* !___VBoxGlobal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_VBoxGlobal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h b/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h index 4904f304950..66d86643a26 100644 --- a/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h +++ b/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxUtils_h___ -#define ___VBoxUtils_h___ +#ifndef FEQT_INCLUDED_SRC_globals_VBoxUtils_h +#define FEQT_INCLUDED_SRC_globals_VBoxUtils_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,5 +64,5 @@ private: }; -#endif /* !___VBoxUtils_h___ */ +#endif /* !FEQT_INCLUDED_SRC_globals_VBoxUtils_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h index 6f1732542bd..a22ab34c8f9 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManager_h___ -#define ___UIFileManager_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -201,4 +201,4 @@ private: friend class UIFileManagerDialog; }; -#endif /* !___UIFileManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h index ca734db1ac5..ed277b3cd94 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerDialog_h___ -#define ___UIFileManagerDialog_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -114,4 +114,4 @@ private: }; -#endif /* !___UIFileManagerDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h index d7e16b4075e..ce670886546 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestTable_h___ -#define ___UIGuestTable_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -85,4 +85,4 @@ private: mutable CGuestSession m_comGuestSession; }; -#endif /* !___UIFileManagerGuestTable_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerGuestTable_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h index 67fc497e632..14ed1ff7f14 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerHostTable_h___ -#define ___UIFileManagerHostTable_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -71,4 +71,4 @@ private: }; -#endif /* !___UIFileManagerHostTable_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerHostTable_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h index ecc2fab4b9c..9f51b1a6fef 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerLogPanel_h___ -#define ___UIFileManagerLogPanel_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -56,4 +56,4 @@ private: QTextEdit *m_pLogTextEdit; }; -#endif /* !___UIFileManagerLogPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerLogPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h index 177806298b6..96af2d5ad0d 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerOperationsPanel_h___ -#define ___UIFileManagerOperationsPanel_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,4 +94,4 @@ private: }; -#endif /* !___UIFileManagerOperationsPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOperationsPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h index 09d5a68b1dc..7d3ccb9edc7 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerOptionsPanel_h___ -#define ___UIFileManagerOptionsPanel_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,4 +72,4 @@ private: UIFileManagerOptions *m_pFileManagerOptions; }; -#endif /* !___UIFileManagerOptionsPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerOptionsPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h index 58c539d7788..14759e6566a 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerPanel_h___ -#define ___UIFileManagerPanel_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -75,4 +75,4 @@ private: UIFileManager *m_pFileManager; }; -#endif /* !___UIFileManagerPanel!_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h index 494f652417b..a74e634e3bb 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerSessionPanel_h___ -#define ___UIFileManagerSessionPanel_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -60,4 +60,4 @@ private: UIGuestSessionCreateWidget *m_pSessionCreateWidget; }; -#endif /* !___UIFileManagerSessionPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerSessionPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h index b4114d61e75..bf8de91af77 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFileManagerTable_h___ -#define ___UIFileManagerTable_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h +#define FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -298,4 +298,4 @@ private: friend class UICustomFileSystemModel; }; -#endif /* !___UIFileManagerTable_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIFileManagerTable_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h index dd962540047..73a274e52ef 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestControlConsole_h___ -#define ___UIGuestControlConsole_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -75,5 +75,5 @@ private: unsigned m_uCommandHistoryIndex; }; -#endif /* !___UIGuestControlConsole_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlConsole_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h index 55203fb7a92..13ac6419087 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestControlDefs_h___ -#define ___UIGuestControlDefs_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -28,4 +28,4 @@ enum FileManagerLogType FileManagerLogType_Max }; -#endif /* !___UIGuestControlDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h index 5229a152f7b..9af2fa8e8d1 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestControlInterface_h___ -#define ___UIGuestControlInterface_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -100,5 +100,5 @@ private: QMap<QString, HandleFuncPtr> m_subCommandHandlers; }; -#endif /* !___UIGuestControlInterface_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlInterface_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h index a56471c71ca..f61fbdc14f8 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestControlTreeItem_h___ -#define ___UIGuestControlTreeItem_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -149,5 +149,5 @@ private: CGuestProcess m_comGuestProcess; }; -#endif /* !___UIGuestControlTreeItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestControlTreeItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h index d20398c2b4c..4c13ccf3dfa 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestProcessControlDialog_h___ -#define ___UIGuestProcessControlDialog_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -113,4 +113,4 @@ private: }; -#endif /* !___UIGuestProcessControlDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h index 8db3fd5312d..19c8b266c9a 100644 --- a/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestProcessControlWidget_h___ -#define ___UIGuestProcessControlWidget_h___ +#ifndef FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h +#define FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -104,4 +104,4 @@ private: const bool m_fShowToolbar; }; -#endif /* !___UIGuestProcessControlWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_guestctrl_UIGuestProcessControlWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h index e864411a540..abd87d0b8b2 100644 --- a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIHostNetworkDetailsWidget_h___ -#define ___UIHostNetworkDetailsWidget_h___ +#ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h +#define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -353,5 +353,5 @@ private: /** @} */ }; -#endif /* !___UIHostNetworkDetailsWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkDetailsWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h index d73fc509de9..d1373485188 100644 --- a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h +++ b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIHostNetworkManager_h___ -#define ___UIHostNetworkManager_h___ +#ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h +#define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -264,5 +264,5 @@ private: friend class UIHostNetworkManagerFactory; }; -#endif /* !___UIHostNetworkManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h index 0d373d0f963..ab727d4e282 100644 --- a/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h +++ b/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIHostNetworkUtils_h___ -#define ___UIHostNetworkUtils_h___ +#ifndef FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h +#define FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -49,5 +49,5 @@ namespace UIHostNetworkUtils /* Using this namespace where included: */ using namespace UIHostNetworkUtils; -#endif /* !___UIHostNetworkUtils_h___ */ +#endif /* !FEQT_INCLUDED_SRC_hostnetwork_UIHostNetworkUtils_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h index 4ad48578ff2..b0e62199316 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogPage_h___ -#define ___UIVMLogPage_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -164,4 +164,4 @@ private: }; -#endif /* !___UIVMLogPage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogPage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h index 0cba6b3c3d9..c6cf4380d0e 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerBookmarksPanel_h___ -#define ___UIVMLogViewerBookmarksPanel_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,4 +87,4 @@ private: QIToolButton *m_pPreviousButton; }; -#endif /* !___UIVMLogViewerBookmarksPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerBookmarksPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h index f410fa624af..92f0ad3e6ab 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerDialog_h___ -#define ___UIVMLogViewerDialog_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -122,4 +122,4 @@ private: }; -#endif /* !___UIVMLogViewerDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h index ea565158dab..0a51f9dba06 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerFilterPanel_h___ -#define ___UIVMLogViewerFilterPanel_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -111,5 +111,5 @@ private: int m_iFilteredLineCount; }; -#endif /* !___UIVMLogViewerFilterPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerFilterPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h index 28cb4185b52..2677fc0c0e0 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerOptionsPanel_h___ -#define ___UIVMLogViewerOptionsPanel_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -81,4 +81,4 @@ private: }; -#endif /* !___UIVMLogViewerOptionsPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerOptionsPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h index f8db32ce61d..7c447aa9e14 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerPanel_h___ -#define ___UIVMLogViewerPanel_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -79,5 +79,5 @@ private: QIToolButton *m_pCloseButton; }; -#endif /* !___UIVMLogViewerPanel!_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h index a6dd5f8ecfb..fcdee68b3f2 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerSearchPanel_h___ -#define ___UIVMLogViewerSearchPanel_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -129,5 +129,5 @@ private: }; -#endif /* !___UIVMLogViewerSearchPanel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerSearchPanel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h index a34892fc651..394199683a4 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerTextEdit_h___ -#define ___UIVMLogViewerTextEdit_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -117,4 +117,4 @@ private: -#endif /* !___UIVMLogPage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerTextEdit_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h index 41339dc71d5..fc085197adb 100644 --- a/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMLogViewerWidget_h___ -#define ___UIVMLogViewerWidget_h___ +#ifndef FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h +#define FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -237,4 +237,4 @@ private: friend class UIVMLogViewerDialog; }; -#endif /* !___UIVMLogViewerWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h b/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h index 8e33de40f64..12ec2ccc227 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIErrorPane_h___ -#define ___UIErrorPane_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIErrorPane_h +#define FEQT_INCLUDED_SRC_manager_UIErrorPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -71,4 +71,4 @@ private: QTextBrowser *m_pBrowserDetails; }; -#endif /* !___UIErrorPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIErrorPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h b/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h index f4bf96b0455..719ef625612 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolPaneGlobal_h___ -#define ___UIToolPaneGlobal_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h +#define FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -90,5 +90,5 @@ private: UICloudProfileManagerWidget *m_pPaneCloud; }; -#endif /* !___UIToolPaneGlobal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIToolPaneGlobal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h b/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h index 9e689b060cb..3658cc361ae 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolPaneMachine_h___ -#define ___UIToolPaneMachine_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h +#define FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -125,5 +125,5 @@ private: CMachine m_comMachine; }; -#endif /* !___UIToolPaneMachine_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIToolPaneMachine_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h index 8a1d93a6685..482c5900495 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVirtualBoxManager_h___ -#define ___UIVirtualBoxManager_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h +#define FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -354,4 +354,4 @@ private: #define gpManager UIVirtualBoxManager::instance() -#endif /* !___UIVirtualBoxManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualBoxManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h index d1f7c0f7b3a..fe42c2b538b 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVirtualBoxManagerWidget_h___ -#define ___UIVirtualBoxManagerWidget_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h +#define FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -213,4 +213,4 @@ private: UITools *m_pPaneTools; }; -#endif /* !___UIVirtualBoxManagerWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualBoxManagerWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h index 6fbd9458951..0f7188f5420 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIVirtualMachineItem_h__ -#define __UIVirtualMachineItem_h__ +#ifndef FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h +#define FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -144,4 +144,4 @@ private: static QString m_type; }; -#endif /* __UIVirtualMachineItem_h__ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIVirtualMachineItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h b/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h index b49d6b17be1..8a5dafab0f3 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWelcomePane_h___ -#define ___UIWelcomePane_h___ +#ifndef FEQT_INCLUDED_SRC_manager_UIWelcomePane_h +#define FEQT_INCLUDED_SRC_manager_UIWelcomePane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ private: QLabel *m_pLabelIcon; }; -#endif /* !___UIWelcomePane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_UIWelcomePane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h index 96bed2c2ed2..e5662ec9c5b 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooser_h___ -#define ___UIChooser_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -167,4 +167,4 @@ private: /** @} */ }; -#endif /* !___UIChooser_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooser_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h index efc765c7e2f..a26725cc3ab 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIChooserHandlerKeyboard_h__ -#define __UIChooserHandlerKeyboard_h__ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -80,5 +80,5 @@ private: QMap<int, UIItemShiftSize> m_shiftMap; }; -#endif /* __UIChooserHandlerKeyboard_h__ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerKeyboard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h index 12f4f54ee1f..458aaf25007 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIChooserHandlerMouse_h__ -#define __UIChooserHandlerMouse_h__ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,5 +64,5 @@ private: UIChooserModel *m_pModel; }; -#endif /* __UIChooserHandlerMouse_h__ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserHandlerMouse_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h index 87cd5720088..3269cbb48e5 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserItem_h___ -#define ___UIChooserItem_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -396,4 +396,4 @@ private: }; -#endif /* !___UIChooserItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h index 8f0da440707..900bc32d7e4 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserItemGlobal_h___ -#define ___UIChooserItemGlobal_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -276,4 +276,4 @@ private: /** @} */ }; -#endif /* !___UIChooserItemGlobal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGlobal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h index 7426d1998e8..5b71399a456 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserItemGroup_h___ -#define ___UIChooserItemGroup_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -427,4 +427,4 @@ private: }; -#endif /* !___UIChooserItemGroup_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemGroup_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h index 75ea2afb368..6275779c859 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserItemMachine_h___ -#define ___UIChooserItemMachine_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -344,4 +344,4 @@ private: /** @} */ }; -#endif /* !___UIChooserItemMachine_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserItemMachine_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h index c0538430103..8abcc06d40a 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserModel_h___ -#define ___UIChooserModel_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -623,4 +623,4 @@ protected: }; -#endif /* !___UIChooserModel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserModel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h index 37eabd1e98c..247c3493701 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIChooserView_h___ -#define ___UIChooserView_h___ +#ifndef FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h +#define FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -108,4 +108,4 @@ private: /** @} */ }; -#endif /* !___UIChooserView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_chooser_UIChooserView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h index 1c8518d7d8c..bb04a2ef145 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetails_h___ -#define ___UIDetails_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetails_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetails_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -77,4 +77,4 @@ private: UIDetailsView *m_pDetailsView; }; -#endif /* !___UIDetails_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetails_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h index fdbf490db31..b2df6ca8d80 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsContextMenu_h___ -#define ___UIDetailsContextMenu_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -104,4 +104,4 @@ private: QListWidget *m_pListWidgetOptions; }; -#endif /* !___UIDetailsContextMenu_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsContextMenu_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h index 8df8fc558fc..5b6e329e1ac 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsElement_h___ -#define ___UIDetailsElement_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -366,4 +366,4 @@ private: /** @} */ }; -#endif /* !___UIDetailsElement_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsElement_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h index 7ad32826565..a2da62ed158 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsElements_h___ -#define ___UIDetailsElements_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -546,5 +546,5 @@ private: virtual UITask *createUpdateTask() /* override */; }; -#endif /* !___UIDetailsElements_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsElements_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h index 89edd50832f..726705067d0 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsGroup_h___ -#define ___UIDetailsGroup_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -164,4 +164,4 @@ private: /** @} */ }; -#endif /* !___UIDetailsGroup_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsGroup_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h index 60bd6c5bf1a..343d8341c97 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsItem_h___ -#define ___UIDetailsItem_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -183,4 +183,4 @@ private: }; -#endif /* !___UIDetailsItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h index d465bbffa60..624fbddb5b8 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsModel_h___ -#define ___UIDetailsModel_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -300,4 +300,4 @@ private: }; -#endif /* !___UIDetailsModel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsModel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h index 028fd921237..1c0d602f7aa 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDetailsSet_h___ -#define ___UIDetailsSet_h___ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -218,4 +218,4 @@ private: /** @} */ }; -#endif /* !___UIDetailsSet_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsSet_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h index 5931a12eee2..70af862025d 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIDetailsView_h__ -#define __UIDetailsView_h__ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h +#define FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,5 +72,5 @@ private: int m_iMinimumHeightHint; }; -#endif /* __UIDetailsView_h__ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIDetailsView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h b/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h index 4c3572b82ba..2851f0db603 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIMachinePreview_h__ -#define __UIMachinePreview_h__ +#ifndef FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h +#define FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -127,5 +127,5 @@ private: QString m_strPreviewName; }; -#endif /* !__UIMachinePreview_h__ */ +#endif /* !FEQT_INCLUDED_SRC_manager_details_UIMachinePreview_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h index cfb0a3c1e05..39bd6cb6c80 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UITools_h___ -#define ___UITools_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UITools_h +#define FEQT_INCLUDED_SRC_manager_tools_UITools_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -139,4 +139,4 @@ private: /** @} */ }; -#endif /* !___UITools_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UITools_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h index 174f1450b32..12af1b042fb 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolsHandlerKeyboard_h___ -#define ___UIToolsHandlerKeyboard_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h +#define FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ private: }; -#endif /* !___UIToolsHandlerKeyboard_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerKeyboard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h index 90933aaf668..4ae6cc54500 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolsHandlerMouse_h___ -#define ___UIToolsHandlerMouse_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h +#define FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ private: }; -#endif /* !___UIToolsHandlerMouse_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsHandlerMouse_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h index 1334f30aa8e..7276d07cae6 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolsItem_h___ -#define ___UIToolsItem_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h +#define FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -320,4 +320,4 @@ private: /** @} */ }; -#endif /* !___UIToolsItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h index e86c13376cb..ca491f7034f 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolsModel_h___ -#define ___UIToolsModel_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h +#define FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -285,4 +285,4 @@ private: /** @} */ }; -#endif /* !___UIToolsModel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsModel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h index c01cd163069..0bc84d736df 100644 --- a/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h +++ b/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolsView_h___ -#define ___UIToolsView_h___ +#ifndef FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h +#define FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -108,4 +108,4 @@ private: /** @} */ }; -#endif /* !___UIToolsView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_manager_tools_UIToolsView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h b/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h index 71b9c6101cf..e1eba084756 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIFDCreationDialog_h__ -#define __UIFDCreationDialog_h__ +#ifndef FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h +#define FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -82,4 +82,4 @@ private: QUuid m_uMediumID; }; -#endif // __UIFDCreationDialog_h__ +#endif /* !FEQT_INCLUDED_SRC_medium_UIFDCreationDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h index a6c8dd4d495..96309fa97ea 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMedium_h___ -#define ___UIMedium_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMedium_h +#define FEQT_INCLUDED_SRC_medium_UIMedium_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -431,4 +431,4 @@ Q_DECLARE_METATYPE(UIMedium); typedef QMap<QUuid, UIMedium> UIMediumMap; -#endif /* !___UIMedium_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMedium_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h index 8a1aa7412da..fe843531484 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumDefs_h___ -#define ___UIMediumDefs_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumDefs_h +#define FEQT_INCLUDED_SRC_medium_UIMediumDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -124,4 +124,4 @@ struct UIMediumTarget Q_DECLARE_METATYPE(UIMediumDeviceType); Q_DECLARE_METATYPE(UIMediumTarget); -#endif /* !___UIMediumDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h index 6e31bc4f32e..08143c92937 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumDetailsWidget_h___ -#define ___UIMediumDetailsWidget_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h +#define FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -353,5 +353,5 @@ private: /** @} */ }; -#endif /* !___UIMediumDetailsWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumDetailsWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h index 50092065579..007a73e53c0 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumEnumerator_h___ -#define ___UIMediumEnumerator_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h +#define FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -106,4 +106,4 @@ private: UIMediumMap m_media; }; -#endif /* !___UIMediumEnumerator_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumEnumerator_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h index 2f3b69b837a..9075a807096 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumItem_h___ -#define ___UIMediumItem_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumItem_h +#define FEQT_INCLUDED_SRC_medium_UIMediumItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -200,4 +200,4 @@ protected: virtual bool releaseFrom(CMachine comMachine) /* override */; }; -#endif /* !___UIMediumItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h index f4adcc1c9a2..34c5bee2631 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumManager_h___ -#define ___UIMediumManager_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumManager_h +#define FEQT_INCLUDED_SRC_medium_UIMediumManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -440,4 +440,4 @@ private: friend class UIMediumManagerFactory; }; -#endif /* !___UIMediumManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h index 6387d0f139a..0972872d819 100644 --- a/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h +++ b/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumSelector_h___ -#define ___UIMediumSelector_h___ +#ifndef FEQT_INCLUDED_SRC_medium_UIMediumSelector_h +#define FEQT_INCLUDED_SRC_medium_UIMediumSelector_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -124,4 +124,4 @@ private: QString m_strMachineName; }; -#endif /* !___UIMediumSelector_h___ */ +#endif /* !FEQT_INCLUDED_SRC_medium_UIMediumSelector_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h b/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h index 8b6ad986cf2..30abc285c2b 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDownloader_h___ -#define ___UIDownloader_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIDownloader_h +#define FEQT_INCLUDED_SRC_net_UIDownloader_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -144,5 +144,5 @@ private: QString m_strPathSHA256SumsFile; }; -#endif /* !___UIDownloader_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIDownloader_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h index ba36675f25d..8a41db202ab 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDownloaderAdditions_h___ -#define ___UIDownloaderAdditions_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h +#define FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -69,5 +69,5 @@ private: QByteArray m_receivedData; }; -#endif /* !___UIDownloaderAdditions_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderAdditions_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h index aa0f44cdb91..2114c965c94 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDownloaderExtensionPack_h___ -#define ___UIDownloaderExtensionPack_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h +#define FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -71,5 +71,5 @@ private: QByteArray m_receivedData; }; -#endif /* !___UIDownloaderExtensionPack_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderExtensionPack_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h index f30ad6eacdc..b5a1daaaf3c 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDownloaderUserManual_h___ -#define ___UIDownloaderUserManual_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h +#define FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -61,5 +61,5 @@ private: static UIDownloaderUserManual *s_pInstance; }; -#endif /* !___UIDownloaderUserManual_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIDownloaderUserManual_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h index 42fdcc6efd3..58343413b25 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkCustomer_h___ -#define ___UINetworkCustomer_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkCustomer_h +#define FEQT_INCLUDED_SRC_net_UINetworkCustomer_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -68,5 +68,5 @@ private: bool m_fForceCall; }; -#endif /* !___UINetworkCustomer_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkCustomer_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h index 13e50a223f3..c02f33b2f39 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkDefs_h___ -#define ___UINetworkDefs_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkDefs_h +#define FEQT_INCLUDED_SRC_net_UINetworkDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -34,5 +34,5 @@ enum UINetworkRequestType /** User dictionary. */ typedef QMap<QString, QString> UserDictionary; -#endif /* !___UINetworkDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h index 0a55bee1114..474726d1305 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkManager_h___ -#define ___UINetworkManager_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkManager_h +#define FEQT_INCLUDED_SRC_net_UINetworkManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -135,5 +135,5 @@ private: /** Singleton Network Manager 'official' name. */ #define gNetworkManager UINetworkManager::instance() -#endif /* !___UINetworkManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h index c8405d8dd6a..f14c36bd813 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkManagerDialog_h___ -#define ___UINetworkManagerDialog_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h +#define FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -93,5 +93,5 @@ private: QMap<QUuid, UINetworkRequestWidget*> m_widgets; }; -#endif /* !___UINetworkManagerDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkManagerDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h index 5a003d5723a..c0c91593134 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkManagerIndicator_h___ -#define ___UINetworkManagerIndicator_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h +#define FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -112,5 +112,5 @@ private: }; -#endif /* !___UINetworkManagerIndicator_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkManagerIndicator_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h index a695d055147..85b399633d4 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkReply_h___ -#define ___UINetworkReply_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkReply_h +#define FEQT_INCLUDED_SRC_net_UINetworkReply_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -108,5 +108,5 @@ private: UINetworkReplyPrivate *m_pReply; }; -#endif /* !___UINetworkReply_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkReply_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h index 57cf7e666d2..2b6fed5c1e0 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkRequest_h___ -#define ___UINetworkRequest_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkRequest_h +#define FEQT_INCLUDED_SRC_net_UINetworkRequest_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -144,5 +144,5 @@ private: QPointer<UINetworkReply> m_pReply; }; -#endif /* !___UINetworkRequest_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkRequest_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h b/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h index b651f3b7891..3ef5c560c39 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINetworkRequestWidget_h___ -#define ___UINetworkRequestWidget_h___ +#ifndef FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h +#define FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -98,5 +98,5 @@ private: QTimer *m_pTimer; }; -#endif /* !___UINetworkRequestWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UINetworkRequestWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h b/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h index 6b4b49fbd00..6864201c28f 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIUpdateDefs_h___ -#define ___UIUpdateDefs_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIUpdateDefs_h +#define FEQT_INCLUDED_SRC_net_UIUpdateDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -123,5 +123,5 @@ private: }; -#endif /* !___UIUpdateDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIUpdateDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h b/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h index cdab1986c44..ee3ffb274ec 100644 --- a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h +++ b/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIUpdateManager_h___ -#define ___UIUpdateManager_h___ +#ifndef FEQT_INCLUDED_SRC_net_UIUpdateManager_h +#define FEQT_INCLUDED_SRC_net_UIUpdateManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,5 +87,5 @@ private: /** Singleton Update Manager 'official' name. */ #define gUpdateManager UIUpdateManager::instance() -#endif /* !___UIUpdateManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_net_UIUpdateManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h b/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h index 0aa02fb879b..0c796924fb0 100644 --- a/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h +++ b/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIRichTextString_h___ -#define ___UIRichTextString_h___ +#ifndef FEQT_INCLUDED_SRC_objects_UIRichTextString_h +#define FEQT_INCLUDED_SRC_objects_UIRichTextString_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -117,4 +117,4 @@ private: static const QMap<Type, bool> s_doPatternHasMeta; }; -#endif /* !___UIRichTextString_h___ */ +#endif /* !FEQT_INCLUDED_SRC_objects_UIRichTextString_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h b/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h index f6ccd275264..71697754c4f 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDesktopServices_h___ -#define ___UIDesktopServices_h___ +#ifndef FEQT_INCLUDED_SRC_platform_UIDesktopServices_h +#define FEQT_INCLUDED_SRC_platform_UIDesktopServices_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -34,5 +34,5 @@ public: static bool openInFileManager(const QString &strFile); }; -#endif /* !___UIDesktopServices_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_UIDesktopServices_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h index f4d551e99d2..75244041fb4 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___CocoaEventHelper_h -#define ___CocoaEventHelper_h +#ifndef FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h +#define FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -51,5 +51,5 @@ SHARED_LIBRARY_STUFF void darwinPostStrippedMouseEvent(ConstNativeNSEventRef pEv RT_C_DECLS_END -#endif /* !___CocoaEventHelper_h */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_CocoaEventHelper_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h index f5282c169f1..ecb7574482f 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___DarwinKeyboard_h___ -#define ___DarwinKeyboard_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h +#define FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -82,5 +82,5 @@ SHARED_LIBRARY_STUFF void DarwinHidDevicesBroadcastLeds(void *pState, bool f RT_C_DECLS_END -#endif /* !___DarwinKeyboard_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_DarwinKeyboard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h index b6c68f27434..b82b0964636 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDockIconPreview_h___ -#define ___UIDockIconPreview_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h +#define FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -35,5 +35,5 @@ public: : UICocoaDockIconPreview(pSession, overlayImage) {} }; -#endif /* !___UIDockIconPreview_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_DockIconPreview_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h index 9d6463d6e9b..61d71c67f32 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIAbstractDockIconPreview_h___ -#define ___UIAbstractDockIconPreview_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h +#define FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,5 +72,5 @@ public: CGRect m_monitorRect; }; -#endif /* ___UIAbstractDockIconPreview_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIAbstractDockIconPreview_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h index 8cfc5535203..13d407d7fbe 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxCocoaApplication_h___ -#define ___VBoxCocoaApplication_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h +#define FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -118,5 +118,5 @@ private: QMap<QWidget*, QMap<StandardWindowButtonType, PfnStandardWindowButtonCallbackForQWidget> > m_stdWindowButtonCallbacks; }; -#endif /* !___VBoxCocoaApplication_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaApplication_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h index 3e6b96a635e..44bf9dc15cb 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UICocoaDockIconPreview_h___ -#define ___UICocoaDockIconPreview_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h +#define FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -42,5 +42,5 @@ private: UICocoaDockIconPreviewPrivate *d; }; -#endif /* ___UICocoaDockIconPreview_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaDockIconPreview_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h index f0aae8b0b8e..453f025b947 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UICocoaSpecialControls_h___ -#define ___UICocoaSpecialControls_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h +#define FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -76,5 +76,5 @@ private: NativeNSButtonRef nativeRef() const { return static_cast<NativeNSButtonRef>(cocoaView()); } }; -#endif /* !___UICocoaSpecialControls_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UICocoaSpecialControls_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h index eab6e42913c..b5f764c066e 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDesktopServices_p_h___ -#define ___UIDesktopServices_p_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h +#define FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -33,5 +33,5 @@ bool darwinOpenInFileManager(NativeNSStringRef pstrFile); RT_C_DECLS_END -#endif /* !___UIDesktopServices_p_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIDesktopServices_darwin_p_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h index b10b2e1be55..4c0169d9038 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWindowMenuManager_h___ -#define ___UIWindowMenuManager_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h +#define FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -85,4 +85,4 @@ private: /** Singleton 'Window' menu Manager 'official' name. */ #define gpWindowMenuManager UIWindowMenuManager::instance() -#endif /* !___UIWindowMenuManager_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_UIWindowMenuManager_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h index 63edafaf04b..8f735967e1f 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___darwin_VBoxCocoaHelper_h -#define ___darwin_VBoxCocoaHelper_h +#ifndef FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h +#define FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -59,5 +59,5 @@ inline QString darwinNSStringToQString(const NSString *aString) #endif /* __OBJC__ */ -#endif /* ___darwin_VBoxCocoaHelper_h */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_VBoxCocoaHelper_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h b/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h index d165a088036..12ed0c068dd 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxUtils_darwin_h___ -#define ___VBoxUtils_darwin_h___ +#ifndef FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h +#define FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -303,5 +303,5 @@ SHARED_LIBRARY_STUFF void darwinMouseRelease(QWidget *pWidget); SHARED_LIBRARY_STUFF void *darwinCocoaToCarbonEvent(void *pvCocoaEvent); -#endif /* !___VBoxUtils_darwin_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_darwin_VBoxUtils_darwin_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h b/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h index cce970354ff..03470a8b89d 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxHlp_h -#define ___VBoxHlp_h +#ifndef FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h +#define FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -35,5 +35,5 @@ VBOXHLPDECL(bool) VBoxHlpInstallKbdHook (HAB aHab, HWND aHwnd, VBOXHLPDECL(bool) VBoxHlpUninstallKbdHook (HAB aHab, HWND aHwnd, unsigned long aMsg); -#endif /* !___VBoxHlp_h */ +#endif /* !FEQT_INCLUDED_SRC_platform_os2_VBoxHlp_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h b/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h index 1fbcf82d79e..ea0418d96dc 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxUtils_win_h___ -#define ___VBoxUtils_win_h___ +#ifndef FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h +#define FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -37,4 +37,4 @@ namespace NativeWindowSubsystem SHARED_LIBRARY_STUFF const QRegion areaCoveredByTopMostWindows(); } -#endif /* !___VBoxUtils_win_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_win_VBoxUtils_win_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h b/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h index ee1099d08ca..2a5b5dafafc 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___WinKeyboard_h___ -#define ___WinKeyboard_h___ +#ifndef FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h +#define FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -88,5 +88,5 @@ private: LONG m_timeOfLastKeyEvent; }; -#endif +#endif /* !FEQT_INCLUDED_SRC_platform_win_WinKeyboard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h b/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h index 1858be21a9a..263205b56fc 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxX11Helpers_h___ -#define ___VBoxX11Helpers_h___ +#ifndef FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h +#define FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -53,4 +53,4 @@ SHARED_LIBRARY_STUFF void X11ScreenSaverSettingsRestore(); /** X11: Returns true if XLib extension with name @p extensionName is avaible, false otherwise. */ SHARED_LIBRARY_STUFF bool X11CheckExtension(const char *extensionName); -#endif /* !___VBoxX11Helpers_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_x11_VBoxX11Helper_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h b/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h index 1e212a9b477..55a7071451d 100644 --- a/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h +++ b/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___XKeyboard_h___ -#define ___XKeyboard_h___ +#ifndef FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h +#define FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -41,5 +41,5 @@ SHARED_LIBRARY_STUFF void doXKeyboardLogging(Display *pDisplay); SHARED_LIBRARY_STUFF unsigned long wrapXkbKeycodeToKeysym(Display *pDisplay, unsigned char cCode, unsigned int cGroup, unsigned int cIndex); -#endif /* !___XKeyboard_h___ */ +#endif /* !FEQT_INCLUDED_SRC_platform_x11_XKeyboard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h index 1c024868904..f25fad6c205 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIConsoleEventHandler_h___ -#define ___UIConsoleEventHandler_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h +#define FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -117,5 +117,5 @@ private: /** Defines the globally known name for the console event handler instance. */ #define gConsoleEvents UIConsoleEventHandler::instance() -#endif /* !___UIConsoleEventHandler_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIConsoleEventHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h index 6bf7c6cdf36..859633a45bd 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDnDDataObject_win_h___ -#define ___UIDnDDataObject_win_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h +#define FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -112,5 +112,5 @@ protected: uint32_t m_cbData; }; -#endif /* !___UIDnDDataObject_win_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDDataObject_win_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h index 1cf297874bb..e621a04f567 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDnDDropSource_win_h___ -#define ___UIDnDDropSource_win_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h +#define FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,5 +64,5 @@ protected: Qt::DropActions m_uCurAction; }; -#endif /* ___UIDnDDropSource_win_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDDropSource_win_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h index fa170f6f951..a9a423fd5c0 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDnDEnumFormat_win_h___ -#define ___UIDnDEnumFormat_win_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h +#define FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -53,5 +53,5 @@ private: FORMATETC * m_pFormatEtc; }; -#endif /* ___UIDnDEnumFormat_win_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDEnumFormat_win_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h index cffd487c414..3280e6734b4 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDnDHandler_h___ -#define ___UIDnDHandler_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h +#define FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -163,5 +163,5 @@ protected: friend class UIDnDMIMEData; #endif }; -#endif /* ___UIDnDHandler_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h index 89d0e35ade4..e78b3b89e00 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIDnDMIMEData_h___ -#define ___UIDnDMIMEData_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h +#define FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -139,5 +139,5 @@ protected: mutable State m_enmState; }; -#endif /* ___UIDnDMIMEData_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIDnDMIMEData_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h index 526c101d609..77e7c22d3e6 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFrameBuffer_h___ -#define ___UIFrameBuffer_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h +#define FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -154,4 +154,4 @@ private: ComObjPtr<UIFrameBufferPrivate> m_pFrameBuffer; }; -#endif /* !___UIFrameBuffer_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIFrameBuffer_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h index 5da3274af2b..64d3b1c5210 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIIndicatorsPool_h___ -#define ___UIIndicatorsPool_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h +#define FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -126,5 +126,5 @@ private: QTimer *m_pTimerAutoUpdate; }; -#endif /* !___UIIndicatorsPool_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIIndicatorsPool_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h index 15ff2d173d8..702d02e4e60 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIKeyboardHandler_h___ -#define ___UIKeyboardHandler_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h +#define FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -235,4 +235,4 @@ protected: ULONG m_cMonitors; }; -#endif // !___UIKeyboardHandler_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIKeyboardHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h index 9caa51e1860..f85b59887d3 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachine_h___ -#define ___UIMachine_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMachine_h +#define FEQT_INCLUDED_SRC_runtime_UIMachine_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -122,4 +122,4 @@ private: #define gpMachine UIMachine::instance() -#endif /* !___UIMachine_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMachine_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h index a1a97a87ab6..2737f825efc 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineDefs_h___ -#define ___UIMachineDefs_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h +#define FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -63,4 +63,4 @@ enum UIKeyboardStateType UIKeyboardStateType_HostKeyPressedInsertion = RT_BIT(2) }; -#endif /* !___UIMachineDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h index 8756e5b2a06..21f14cd2c14 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineLogic_h___ -#define ___UIMachineLogic_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h +#define FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -440,4 +440,4 @@ private: friend class UIMachineWindow; }; -#endif /* !___UIMachineLogic_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineLogic_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h index 8e11098d4d1..3ab9352f441 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineView_h___ -#define ___UIMachineView_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMachineView_h +#define FEQT_INCLUDED_SRC_runtime_UIMachineView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -440,4 +440,4 @@ protected: int m_iTimerId; }; -#endif // !___UIMachineView_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h index feb51abdf41..c0d4c4bf8ec 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIMachineWindow_h__ -#define __UIMachineWindow_h__ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h +#define FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -212,5 +212,5 @@ protected: friend class UIMachineLogicSeamless; }; -#endif // __UIMachineWindow_h__ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMachineWindow_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h index 698358bb45e..a96db9819d0 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMouseHandler_h___ -#define ___UIMouseHandler_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h +#define FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -149,5 +149,5 @@ protected: #endif }; -#endif // !___UIMouseHandler_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMouseHandler_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h index fda7917fde3..61896d32f88 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIMultiScreenLayout_h__ -#define __UIMultiScreenLayout_h__ +#ifndef FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h +#define FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -82,5 +82,5 @@ private: QList<QMenu*> m_screenMenuList; }; -#endif /* __UIMultiScreenLayout_h__ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIMultiScreenLayout_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h b/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h index 45c90c2c380..374b8efa748 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISession_h___ -#define ___UISession_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UISession_h +#define FEQT_INCLUDED_SRC_runtime_UISession_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -564,4 +564,4 @@ private: KParavirtProvider m_paraVirtProvider; }; -#endif /* !___UISession_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UISession_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h index c70ac32592f..c66b8caaa11 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMCloseDialog_h___ -#define ___UIVMCloseDialog_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h +#define FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -181,4 +181,4 @@ private: MachineCloseAction m_enmLastCloseAction; }; -#endif /* !___UIVMCloseDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_UIVMCloseDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h index 16aa7cc2977..d81ea695de5 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIKeyboardHandlerFullscreen_h___ -#define ___UIKeyboardHandlerFullscreen_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h +#define FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -46,4 +46,4 @@ private: friend class UIKeyboardHandler; }; -#endif /* !___UIKeyboardHandlerFullscreen_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIKeyboardHandlerFullscreen_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h index 59264ee86a4..1266e1d4dbc 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineLogicFullscreen_h___ -#define ___UIMachineLogicFullscreen_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h +#define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -168,5 +168,5 @@ private: friend class UIMachineViewFullscreen; }; -#endif /* !___UIMachineLogicFullscreen_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineLogicFullscreen_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h index 35082d0a722..f057188be7a 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineViewFullscreen_h___ -#define ___UIMachineViewFullscreen_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h +#define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -79,5 +79,5 @@ private: friend class UIMachineView; }; -#endif // !___UIMachineViewFullscreen_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineViewFullscreen_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h index 2d6729b6f3e..4c6a481408f 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineWindowFullscreen_h___ -#define ___UIMachineWindowFullscreen_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h +#define FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -145,5 +145,5 @@ private: friend class UIMachineWindow; }; -#endif /* !___UIMachineWindowFullscreen_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_fullscreen_UIMachineWindowFullscreen_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h index 2d77db784a3..1c9d4332464 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationConfiguration_h___ -#define ___UIInformationConfiguration_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -71,5 +71,5 @@ private: UIInformationView *m_pView; }; -#endif /* !___UIInformationConfiguration_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationConfiguration_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h index 687c7b4536b..9fedb69b66d 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationDataItem_h___ -#define ___UIInformationDataItem_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -358,5 +358,5 @@ private: QTimer *m_pTimer; }; -#endif /* !___UIInformationDataItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationDataItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h index 4ee8e329e2d..ea8cd2de6d1 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationItem_h___ -#define ___UIInformationItem_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -96,5 +96,5 @@ private: QTextDocument *m_pTextDocument; }; -#endif /* !___UIInformationItem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationItem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h index 14e1421b5de..51183b4a7f3 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationModel_h___ -#define ___UIInformationModel_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -83,5 +83,5 @@ private: QList<UIInformationDataItem*> m_list; }; -#endif /* !___UIInformationModel_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationModel_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h index b69e317341e..5cfb313717b 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationRuntime_h___ -#define ___UIInformationRuntime_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,5 +72,5 @@ private: UIInformationView *m_pView; }; -#endif /* !___UIInformationRuntime_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationRuntime_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h index 0164e208b80..c0f48ade743 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIInformationView_h___ -#define ___UIInformationView_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h +#define FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -57,5 +57,5 @@ private: QTextEdit *m_pTextEdit; }; -#endif /* !___UIInformationView_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIInformationView_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h index fc5587aa0c8..47b24b705c2 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIVMInformationDialog_h___ -#define ___UIVMInformationDialog_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h +#define FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -111,5 +111,5 @@ private: /** @} */ }; -#endif /* !___UIVMInformationDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_information_UIVMInformationDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h index 22c17073bf0..6468f41964b 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIKeyboardHandlerNormal_h___ -#define ___UIKeyboardHandlerNormal_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h +#define FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -48,4 +48,4 @@ private: friend class UIKeyboardHandler; }; -#endif /* !___UIKeyboardHandlerNormal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIKeyboardHandlerNormal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h index 108303fa413..73b4f1785ea 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineLogicNormal_h___ -#define ___UIMachineLogicNormal_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h +#define FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -100,4 +100,4 @@ private: friend class UIMachineLogic; }; -#endif /* !___UIMachineLogicNormal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineLogicNormal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h index 4b929802c8c..7ca89d4c8a2 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineViewNormal_h___ -#define ___UIMachineViewNormal_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h +#define FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -83,5 +83,5 @@ private: friend class UIMachineView; }; -#endif // !___UIMachineViewNormal_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineViewNormal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h index d8b52048284..7e51e1d4986 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineWindowNormal_h___ -#define ___UIMachineWindowNormal_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h +#define FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -143,5 +143,5 @@ private: friend class UIMachineWindow; }; -#endif /* !___UIMachineWindowNormal_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_normal_UIMachineWindowNormal_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h index 616d32b43d2..ccc708bde1c 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIKeyboardHandlerScale_h___ -#define ___UIKeyboardHandlerScale_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h +#define FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -48,4 +48,4 @@ private: friend class UIKeyboardHandler; }; -#endif /* !___UIKeyboardHandlerScale_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIKeyboardHandlerScale_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h index 8a5e40333d6..ed1b3bc032b 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineLogicScale_h___ -#define ___UIMachineLogicScale_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h +#define FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -77,5 +77,5 @@ private: friend class UIMachineLogic; }; -#endif /* !___UIMachineLogicScale_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineLogicScale_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h index 262cf44672b..73f477c324a 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineViewScale_h___ -#define ___UIMachineViewScale_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h +#define FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,5 +66,5 @@ private: friend class UIMachineView; }; -#endif // !___UIMachineViewScale_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineViewScale_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h index 926d2d5a1a2..93d22775231 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineWindowScale_h___ -#define ___UIMachineWindowScale_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h +#define FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -76,5 +76,5 @@ private: friend class UIMachineWindow; }; -#endif /* !___UIMachineWindowScale_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_scale_UIMachineWindowScale_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h index 860061a1ce4..ebdff2135df 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIKeyboardHandlerSeamless_h___ -#define ___UIKeyboardHandlerSeamless_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h +#define FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -48,4 +48,4 @@ private: friend class UIKeyboardHandler; }; -#endif /* !___UIKeyboardHandlerSeamless_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIKeyboardHandlerSeamless_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h index cb1c6b5e384..e725be40c2d 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineLogicSeamless_h___ -#define ___UIMachineLogicSeamless_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h +#define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -109,5 +109,5 @@ private: friend class UIMachineViewSeamless; }; -#endif /* !___UIMachineLogicSeamless_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineLogicSeamless_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h index 3b4f1294a77..3433f7e5802 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineViewSeamless_h___ -#define ___UIMachineViewSeamless_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h +#define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -76,5 +76,5 @@ private: friend class UIMachineView; }; -#endif // !___UIMachineViewSeamless_h___ +#endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineViewSeamless_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h index 9985c9645c2..93e9b6df590 100644 --- a/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h +++ b/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineWindowSeamless_h___ -#define ___UIMachineWindowSeamless_h___ +#ifndef FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h +#define FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -122,5 +122,5 @@ private: friend class UIMachineWindow; }; -#endif /* !___UIMachineWindowSeamless_h___ */ +#endif /* !FEQT_INCLUDED_SRC_runtime_seamless_UIMachineWindowSeamless_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h index b35aed2221e..ac95e0e1708 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsDefs_h___ -#define ___UISettingsDefs_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsDefs_h +#define FEQT_INCLUDED_SRC_settings_UISettingsDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -296,4 +296,4 @@ private: }; -#endif /* !___UISettingsDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h index ac334193880..940ad710c8b 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsDialog_h___ -#define ___UISettingsDialog_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsDialog_h +#define FEQT_INCLUDED_SRC_settings_UISettingsDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -210,4 +210,4 @@ private: #endif }; -#endif /* !___UISettingsDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h index 94f432a6232..ec648616d2a 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsDialogSpecific_h___ -#define ___UISettingsDialogSpecific_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h +#define FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -171,4 +171,4 @@ private: }; -#endif /* !___UISettingsDialogSpecific_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h index f0f7fcdc270..2793f597473 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsPage_h___ -#define ___UISettingsPage_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsPage_h +#define FEQT_INCLUDED_SRC_settings_UISettingsPage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -269,4 +269,4 @@ protected: }; -#endif /* !___UISettingsPage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsPage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h index 07b9e94cd07..40e0cbf764b 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsSelector_h___ -#define ___UISettingsSelector_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsSelector_h +#define FEQT_INCLUDED_SRC_settings_UISettingsSelector_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -281,4 +281,4 @@ private: }; -#endif /* !___UISettingsSelector_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsSelector_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h index 08a3bf800ec..b79bd07c9aa 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISettingsSerializer_h___ -#define ___UISettingsSerializer_h___ +#ifndef FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h +#define FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -244,4 +244,4 @@ private: }; -#endif /* !___UISettingsSerializer_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_UISettingsSerializer_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h index 15f6d72e79c..ca5960365cc 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsDisplay_h___ -#define ___UIGlobalSettingsDisplay_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -83,4 +83,4 @@ private: UISettingsCacheGlobalDisplay *m_pCache; }; -#endif /* !___UIGlobalSettingsDisplay_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsDisplay_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h index 9cba0c7cf2e..18e1ce6ab6b 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsExtension_h___ -#define ___UIGlobalSettingsExtension_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -93,4 +93,4 @@ private: UISettingsCacheGlobalExtension *m_pCache; }; -#endif /* !___UIGlobalSettingsExtension_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsExtension_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h index e360f802372..ee3ae277a11 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsGeneral_h___ -#define ___UIGlobalSettingsGeneral_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -75,4 +75,4 @@ private: UISettingsCacheGlobalGeneral *m_pCache; }; -#endif /* !___UIGlobalSettingsGeneral_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsGeneral_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h index 8572e1eace7..e8c859566f6 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsInput_h___ -#define ___UIGlobalSettingsInput_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -109,4 +109,4 @@ private: UISettingsCacheGlobalInput *m_pCache; }; -#endif /* !___UIGlobalSettingsInput_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsInput_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h index 225796c688d..e9c906de9b6 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsLanguage_h___ -#define ___UIGlobalSettingsLanguage_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,4 +94,4 @@ private: UISettingsCacheGlobalLanguage *m_pCache; }; -#endif /* !___UIGlobalSettingsLanguage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsLanguage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h index 687788f7013..4e5a3d2d0e4 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsNetwork_h___ -#define ___UIGlobalSettingsNetwork_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -133,4 +133,4 @@ private: UISettingsCacheGlobalNetwork *m_pCache; }; -#endif /* !___UIGlobalSettingsNetwork_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetwork_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h index ac970a93b58..aba1ab961fc 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGlobalSettingsNetworkDetailsNAT_h__ -#define __UIGlobalSettingsNetworkDetailsNAT_h__ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -120,4 +120,4 @@ private: }; -#endif /* __UIGlobalSettingsNetworkDetailsNAT_h__ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsNetworkDetailsNAT_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h index 7769a9f5f79..a87a85d357b 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGlobalSettingsPortForwardingDlg_h__ -#define __UIGlobalSettingsPortForwardingDlg_h__ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,4 +64,4 @@ private: QIDialogButtonBox *m_pButtonBox; }; -#endif // __UIGlobalSettingsPortForwardingDlg_h__ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsPortForwardingDlg_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h index a496ca34005..da1e96fa372 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsProxy_h___ -#define ___UIGlobalSettingsProxy_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -84,4 +84,4 @@ private: UISettingsCacheGlobalProxy *m_pCache; }; -#endif /* !___UIGlobalSettingsProxy_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsProxy_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h index e6a31415ba9..d143100a922 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGlobalSettingsUpdate_h___ -#define ___UIGlobalSettingsUpdate_h___ +#ifndef FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h +#define FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,4 +94,4 @@ private: UISettingsCacheGlobalUpdate *m_pCache; }; -#endif /* !___UIGlobalSettingsUpdate_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_global_UIGlobalSettingsUpdate_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h index 46973b10006..9e3cf029618 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsAudio_h___ -#define ___UIMachineSettingsAudio_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -81,4 +81,4 @@ private: UISettingsCacheMachineAudio *m_pCache; }; -#endif /* !___UIMachineSettingsAudio_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsAudio_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h index c0c26b3c0f0..90595518d88 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsDisplay_h___ -#define ___UIMachineSettingsDisplay_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -184,4 +184,4 @@ private: UISettingsCacheMachineDisplay *m_pCache; }; -#endif /* !___UIMachineSettingsDisplay_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsDisplay_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h index 3feee77753d..de4163d1af4 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsGeneral_h___ -#define ___UIMachineSettingsGeneral_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -141,4 +141,4 @@ private: UISettingsCacheMachineGeneral *m_pCache; }; -#endif /* !___UIMachineSettingsGeneral_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsGeneral_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h index a43d58f4188..fa734b2bfd2 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsInterface_h___ -#define ___UIMachineSettingsInterface_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -93,4 +93,4 @@ private: UISettingsCacheMachineInterface *m_pCache; }; -#endif /* !___UIMachineSettingsInterface_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsInterface_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h index ed43e2b8611..72da0e77ab8 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsNetwork_h___ -#define ___UIMachineSettingsNetwork_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -143,4 +143,4 @@ private: UISettingsCacheMachineNetwork *m_pCache; }; -#endif /* !___UIMachineSettingsNetwork_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsNetwork_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h index 94b83121a29..384094e2182 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIMachineSettingsPortForwardingDlg_h__ -#define __UIMachineSettingsPortForwardingDlg_h__ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -58,4 +58,4 @@ private: QIDialogButtonBox *m_pButtonBox; }; -#endif // __UIMachineSettingsPortForwardingDlg_h__ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsPortForwardingDlg_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h index f06bb6227a2..0a9c3a02899 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsSF_h___ -#define ___UIMachineSettingsSF_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -154,4 +154,4 @@ private: UISettingsCacheSharedFolders *m_pCache; }; -#endif /* !___UIMachineSettingsSF_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSF_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h index e9e4426ef87..7c183f483a0 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsSFDetails_h___ -#define ___UIMachineSettingsSFDetails_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -80,4 +80,4 @@ private: QStringList m_usedNames; }; -#endif // !___UIMachineSettingsSFDetails_h___ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSFDetails_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h index dee4e0e6e00..cf73cef7f1b 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsSerial_h___ -#define ___UIMachineSettingsSerial_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -92,4 +92,4 @@ private: UISettingsCacheMachineSerial *m_pCache; }; -#endif /* !___UIMachineSettingsSerial_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSerial_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h index a3b14d1e829..cfb4b97f107 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsStorage_h___ -#define ___UIMachineSettingsStorage_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -852,4 +852,4 @@ private: }; -#endif /* !___UIMachineSettingsStorage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsStorage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h index fb03623026f..cd7e8a26e79 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsSystem_h___ -#define ___UIMachineSettingsSystem_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -180,4 +180,4 @@ private: UISettingsCacheMachineSystem *m_pCache; }; -#endif /* !___UIMachineSettingsSystem_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsSystem_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h index e064c86ae6b..05159b46ba9 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMachineSettingsUSB_h___ -#define ___UIMachineSettingsUSB_h___ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -161,4 +161,4 @@ private: UISettingsCacheMachineUSB *m_pCache; }; -#endif /* !___UIMachineSettingsUSB_h___ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSB_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h index 70787b1aa43..5cf4814bc27 100644 --- a/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h +++ b/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIMachineSettingsUSBFilterDetails_h__ -#define __UIMachineSettingsUSBFilterDetails_h__ +#ifndef FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h +#define FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -40,4 +40,4 @@ private: void retranslateUi(); }; -#endif /* __UIMachineSettingsUSBFilterDetails_h__ */ +#endif /* !FEQT_INCLUDED_SRC_settings_machine_UIMachineSettingsUSBFilterDetails_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h b/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h index fb16f676893..586911ae4aa 100644 --- a/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISnapshotDetailsWidget_h___ -#define ___UISnapshotDetailsWidget_h___ +#ifndef FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h +#define FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -234,5 +234,5 @@ private: QMap<DetailsElementType, UISnapshotDetailsElement*> m_details; }; -#endif /* !___UISnapshotDetailsWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_snapshots_UISnapshotDetailsWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h b/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h index f1e8abc90f3..7c898d509d6 100644 --- a/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h +++ b/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISnapshotPane_h___ -#define ___UISnapshotPane_h___ +#ifndef FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h +#define FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -253,5 +253,5 @@ private: /** @} */ }; -#endif /* !___UISnapshotPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_snapshots_UISnapshotPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h index 81acdcc3144..fd830b4b0db 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIAddDiskEncryptionPasswordDialog_h___ -#define ___UIAddDiskEncryptionPasswordDialog_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h +#define FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,4 +94,4 @@ private: QIDialogButtonBox *m_pButtonBox; }; -#endif /* !___UIAddDiskEncryptionPasswordDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIAddDiskEncryptionPasswordDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h index f38142f440c..28f68d3fd45 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIApplianceEditorWidget_h___ -#define ___UIApplianceEditorWidget_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h +#define FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -359,4 +359,4 @@ private: static int m_maxGuestCPUCount; }; -#endif /* !___UIApplianceEditorWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceEditorWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h index 76c3cc10fb2..636e7b6b94e 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIApplianceExportEditorWidget_h__ -#define __UIApplianceExportEditorWidget_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h +#define FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -37,5 +37,5 @@ public: void prepareExport(); }; -#endif /* __UIApplianceExportEditorWidget_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceExportEditorWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h index 9930ca5b3bf..81eda86579c 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIApplianceImportEditorWidget_h__ -#define __UIApplianceImportEditorWidget_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h +#define FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -79,4 +79,4 @@ private: QLabel *m_pAdditionalOptionsLabel; }; -#endif /* __UIApplianceImportEditorWidget_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIApplianceImportEditorWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h index df9cbe10d3c..157641aff80 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIBootTable_h___ -#define ___UIBootTable_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIBootTable_h +#define FEQT_INCLUDED_SRC_widgets_UIBootTable_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -103,4 +103,4 @@ private: }; -#endif /* !___UIBootTable_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIBootTable_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h index 792ced79e15..9ec3b55a13f 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIEmptyFilePathSelector_h__ -#define __UIEmptyFilePathSelector_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h +#define FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -120,5 +120,5 @@ private: QString mPath; }; -#endif /* !___UIEmptyFilePathSelector_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIEmptyFilePathSelector_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h index 5c7954d1bfd..8f528427dc4 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFilePathSelector_h___ -#define ___UIFilePathSelector_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h +#define FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -214,4 +214,4 @@ private: QString m_strDefaultPath; }; -#endif /* !___UIFilePathSelector_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIFilePathSelector_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h index a3df8002744..e24142e9469 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIFilmContainer_h___ -#define ___UIFilmContainer_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h +#define FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -70,4 +70,4 @@ private: QList<UIFilm*> m_widgets; }; -#endif /* !___UIFilmContainer_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIFilmContainer_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h index 16174a320a3..cea17628823 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestOSTypeSelectionButton_h___ -#define ___UIGuestOSTypeSelectionButton_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h +#define FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -71,4 +71,4 @@ private: QSignalMapper *m_pSignalMapper; }; -#endif /* !___UIGuestOSTypeSelectionButton_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIGuestOSTypeSelectionButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h index aca089731b0..691642218d2 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGuestRAMSlider_h___ -#define ___UIGuestRAMSlider_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h +#define FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,4 +64,4 @@ private: uint m_uMaxRAM; }; -#endif /* !___UIGuestRAMSlider_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIGuestRAMSlider_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h index ee03067c109..035aa55be5d 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIHostComboEditor_h___ -#define ___UIHostComboEditor_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h +#define FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -244,4 +244,4 @@ private: }; -#endif /* !___UIHostComboEditor_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIHostComboEditor_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h index 428eb96e06d..85e97792626 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIHotKeyEditor_h___ -#define ___UIHotKeyEditor_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h +#define FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -188,4 +188,4 @@ private: }; -#endif /* !___UIHotKeyEditor_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIHotKeyEditor_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h b/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h index 20c4473b7df..1f066fa7429 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UILineTextEdit_h__ -#define __UILineTextEdit_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h +#define FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,5 +87,5 @@ private: QString m_strText; }; -#endif /* __UILineTextEdit_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UILineTextEdit_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h index 664a0347070..13380972ca3 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediaComboBox_h___ -#define ___UIMediaComboBox_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h +#define FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -127,4 +127,4 @@ protected: QUuid m_uLastItemId; }; -#endif /* !___UIMediaComboBox_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMediaComboBox_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h index 21a86c0b321..b94d02645d7 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMediumSizeEditor_h___ -#define ___UIMediumSizeEditor_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h +#define FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -107,4 +107,4 @@ private: QILineEdit *m_pEditor; }; -#endif /* !___UIMediumSizeEditor_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMediumSizeEditor_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h index 7f3918df580..79cd901fe8e 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMenuBar_h___ -#define ___UIMenuBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMenuBar_h +#define FEQT_INCLUDED_SRC_widgets_UIMenuBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -53,4 +53,4 @@ private: bool m_fShowBetaLabel; }; -#endif /* !___UIMenuBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h index 06a9871bc38..f4b09c17bd8 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMenuBarEditorWindow_h___ -#define ___UIMenuBarEditorWindow_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h +#define FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -262,4 +262,4 @@ private: }; -#endif /* !___UIMenuBarEditorWindow_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuBarEditorWindow_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h index cdd7025e553..bf64ad3db4b 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMenuToolBar_h___ -#define ___UIMenuToolBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h +#define FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -72,5 +72,5 @@ private: UIMenuToolBarPrivate *m_pToolbar; }; -#endif /* !___UIMenuToolBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMenuToolBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h index b2c318822ee..2d02570199d 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIMiniToolBar_h___ -#define ___UIMiniToolBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h +#define FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -199,5 +199,5 @@ private: #endif }; -#endif /* !___UIMiniToolBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIMiniToolBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h b/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h index 2a7e050c46a..3a9a1ec5888 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UINameAndSystemEditor_h___ -#define ___UINameAndSystemEditor_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h +#define FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -159,4 +159,4 @@ private: QString m_strGroupName; }; -#endif /* !___UINameAndSystemEditor_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UINameAndSystemEditor_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h index e0be7ace6c9..1c27e55dcc8 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupBoxStuff_h___ -#define ___UIPopupBoxStuff_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupBox_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupBox_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -208,5 +208,5 @@ private: }; -#endif /* !___UIPopupBoxStuff_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupBox_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h index 49b5259c40c..154b81b087a 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupPane_h___ -#define ___UIPopupPane_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPane_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -242,5 +242,5 @@ private: UIPopupPaneButtonPane *m_pButtonPane; }; -#endif /* !___UIPopupPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h index 2fc22fa9100..146a8acf063 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupPaneButtonPane_h___ -#define ___UIPopupPaneButtonPane_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -97,5 +97,5 @@ private: int m_iEscapeButton; }; -#endif /* !___UIPopupPaneButtonPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneButtonPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h index 24fa5fe6089..6d6150e47b0 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupPaneDetails_h___ -#define ___UIPopupPaneDetails_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -136,5 +136,5 @@ private: UIAnimation *m_pAnimation; }; -#endif /* !___UIPopupPaneDetails_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneDetails_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h index 876526e5c06..e51dc2bbe1a 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupPaneMessage_h___ -#define ___UIPopupPaneMessage_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -126,5 +126,5 @@ private: UIAnimation *m_pAnimation; }; -#endif /* !___UIPopupPaneMessage_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupPaneMessage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h index 476e1aca0fb..ebeeb57f094 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupStack_h___ -#define ___UIPopupStack_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupStack_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupStack_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -130,5 +130,5 @@ private: int m_iParentStatusBarHeight; }; -#endif /* !___UIPopupStack_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupStack_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h index c3fbbc63658..f01d0cbf700 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPopupStackViewport_h___ -#define ___UIPopupStackViewport_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h +#define FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -105,5 +105,5 @@ private: QMap<QString, UIPopupPane*> m_panes; }; -#endif /* !___UIPopupStackViewport_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPopupStackViewport_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h index c78038e79cb..e448e646453 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIPortForwardingTable_h___ -#define ___UIPortForwardingTable_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h +#define FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -291,4 +291,4 @@ private: }; -#endif /* !___UIPortForwardingTable_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIPortForwardingTable_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h index 9abcb19a6e9..f4ef1b11fdc 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIProgressDialog_h___ -#define ___UIProgressDialog_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h +#define FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -218,5 +218,5 @@ private: }; -#endif /* !___UIProgressDialog_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIProgressDialog_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h index 5064ec4821e..e65a1d19b04 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIScaleFactorEditor_h___ -#define ___UIScaleFactorEditor_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h +#define FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -107,4 +107,4 @@ private: double m_dDefaultScaleFactor; }; -#endif /* !___UIScaleFactorEditor_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIScaleFactorEditor_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h index db3287de0bd..01113231153 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISlidingAnimation_h___ -#define ___UISlidingAnimation_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h +#define FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -118,4 +118,4 @@ private: QWidget *m_pWidget2; }; -#endif /* !___UISlidingAnimation_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingAnimation_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h index a4200068996..d89f75067d5 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISlidingToolBar_h___ -#define ___UISlidingToolBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h +#define FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -152,4 +152,4 @@ private: /** @} */ }; -#endif /* !___UISlidingToolBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingToolBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h index ba71f3f1776..d4beb5364df 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UISlidingWidget_h___ -#define ___UISlidingWidget_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h +#define FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -130,5 +130,5 @@ private: QWidget *m_pWidget2; }; -#endif /* !___UISlidingWidget_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UISlidingWidget_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h b/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h index 8dab409b389..3961246eca5 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___VBoxSpecialControls_h__ -#define ___VBoxSpecialControls_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_UISpecialControls_h +#define FEQT_INCLUDED_SRC_widgets_UISpecialControls_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -185,5 +185,5 @@ private: #endif /* !VBOX_DARWIN_USE_NATIVE_CONTROLS */ -#endif /* !___UISpecialControls_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UISpecialControls_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h index 6e21b6b5672..6b29c8c4117 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIStatusBarEditorWindow_h___ -#define ___UIStatusBarEditorWindow_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h +#define FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -179,4 +179,4 @@ private: }; -#endif /* !___UIStatusBarEditorWindow_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIStatusBarEditorWindow_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h index 1cb6a381e64..0501171f701 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UITabBar_h___ -#define ___UITabBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UITabBar_h +#define FEQT_INCLUDED_SRC_widgets_UITabBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -139,5 +139,5 @@ private: /** @} */ }; -#endif /* !___UITabBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UITabBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h index ca4ec6cbb79..4e60e7fafab 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIToolBar_h___ -#define ___UIToolBar_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIToolBar_h +#define FEQT_INCLUDED_SRC_widgets_UIToolBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -89,4 +89,4 @@ private: #endif }; -#endif /* !___UIToolBar_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIToolBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h b/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h index 20d55e2b878..67d537a053a 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWarningPane_h___ -#define ___UIWarningPane_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_UIWarningPane_h +#define FEQT_INCLUDED_SRC_widgets_UIWarningPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -95,4 +95,4 @@ private: int m_iHoveredIconLabelPosition; }; -#endif /* !___UIWarningPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_UIWarningPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h index 4feaa40701d..df2af55d7f7 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGraphicsButton_h__ -#define __UIGraphicsButton_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h +#define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -83,5 +83,5 @@ private: bool m_fParentSelected; }; -#endif /* __UIGraphicsButton_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h index 4d8fca4435c..04e72b2f83e 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGraphicsRotatorButton_h__ -#define __UIGraphicsRotatorButton_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h +#define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -103,5 +103,5 @@ private: QPropertyAnimation *m_pBackwardSubordinateAnimation; }; -#endif /* __UIGraphicsRotatorButton_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsRotatorButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h index 425a21bc9cb..c612b7b1d01 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIGraphicsTextPane_h___ -#define ___UIGraphicsTextPane_h___ +#ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h +#define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -191,5 +191,5 @@ private: QString m_strHoveredAnchor; }; -#endif /* !___UIGraphicsTextPane_h___ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsTextPane_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h index 774e209af5c..0bac7ad98e3 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGraphicsToolBar_h__ -#define __UIGraphicsToolBar_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h +#define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -64,5 +64,5 @@ private: QMap<UIGraphicsToolBarIndex, UIGraphicsButton*> m_buttons; }; -#endif /* __UIGraphicsToolBar_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsToolBar_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h index b91f6ddb4f0..e3e574fe1c6 100644 --- a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h +++ b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIGraphicsZoomButton_h__ -#define __UIGraphicsZoomButton_h__ +#ifndef FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h +#define FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -95,5 +95,5 @@ private: bool m_fStateDefault; }; -#endif /* __UIGraphicsZoomButton_h__ */ +#endif /* !FEQT_INCLUDED_SRC_widgets_graphics_UIGraphicsZoomButton_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h b/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h index f6f78d66c65..312a558048d 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizard_h___ -#define ___UIWizard_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_UIWizard_h +#define FEQT_INCLUDED_SRC_wizards_UIWizard_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -119,4 +119,4 @@ private: /** Wizard interface safe-pointer. */ typedef QPointer<UIWizard> UISafePointerWizard; -#endif /* !___UIWizard_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_UIWizard_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h b/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h index f0eecf1205d..d0a2e0093a6 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardPage_h___ -#define ___UIWizardPage_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_UIWizardPage_h +#define FEQT_INCLUDED_SRC_wizards_UIWizardPage_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -93,4 +93,4 @@ protected: }; -#endif +#endif /* !FEQT_INCLUDED_SRC_wizards_UIWizardPage_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h index efc2714cd2f..34166dbf49d 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVD_h___ -#define ___UIWizardCloneVD_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -82,5 +82,5 @@ private: KDeviceType m_enmSourceVirtualDiskDeviceType; }; -#endif /* !___UIWizardCloneVD_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVD_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h index 0b55e214a17..4d2a3cb1b4b 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVDPageBasic1_h___ -#define ___UIWizardCloneVDPageBasic1_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -94,5 +94,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* !___UIWizardCloneVDPageBasic1_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h index d8812817956..9aca3955f10 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVDPageBasic2_h___ -#define ___UIWizardCloneVDPageBasic2_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -99,5 +99,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* !___UIWizardCloneVDPageBasic2_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h index eca83c64765..45965c46168 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVDPageBasic3_h___ -#define ___UIWizardCloneVDPageBasic3_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -90,5 +90,5 @@ private: QIRichTextLabel *m_pSplitLabel; }; -#endif /* !___UIWizardCloneVDPageBasic3_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic3_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h index 4cba8e2a1f7..e69724d759b 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVDPageBasic4_h___ -#define ___UIWizardCloneVDPageBasic4_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -121,5 +121,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* !___UIWizardCloneVDPageBasic4_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageBasic4_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h index b523baf0ce2..9225bd24ee1 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardCloneVDPageExpert_h___ -#define ___UIWizardCloneVDPageExpert_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -98,5 +98,5 @@ private: QGroupBox *m_pDestinationCnt; }; -#endif /* !___UIWizardCloneVDPageExpert_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevd_UIWizardCloneVDPageExpert_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h index b4d9ab6782f..4bac2909f03 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardCloneVM_h__ -#define __UIWizardCloneVM_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h +#define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -78,4 +78,4 @@ private: QString m_strGroup; }; -#endif // __UIWizardCloneVM_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVM_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h index 4f0311950c4..2ae4ce4ce1a 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardCloneVMPageBasic1_h__ -#define __UIWizardCloneVMPageBasic1_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -130,4 +130,4 @@ private: QGridLayout *m_pContainerLayout; }; -#endif // __UIWizardCloneVMPageBasic1_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h index 89a5979b758..a3a7c35f88f 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardCloneVMPageBasic2_h__ -#define __UIWizardCloneVMPageBasic2_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -83,5 +83,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UIWizardCloneVMPageBasic2_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h index 4c46e491820..473d7f947b2 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardCloneVMPageBasic3_h__ -#define __UIWizardCloneVMPageBasic3_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h +#define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -78,5 +78,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UIWizardCloneVMPageBasic3_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageBasic3_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h index 6405b73ef12..5eddc055951 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardCloneVMPageExpert_h__ -#define __UIWizardCloneVMPageExpert_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -77,4 +77,4 @@ private: QGridLayout *m_pCloneOptionsLayout; }; -#endif // __UIWizardCloneVMPageExpert_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_clonevm_UIWizardCloneVMPageExpert_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h index 96115461b70..99c50ad3689 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportApp_h___ -#define ___UIWizardExportApp_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -84,4 +84,4 @@ private: QStringList m_selectedVMNames; }; -#endif /* !___UIWizardExportApp_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportApp_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h index c72f08e22ab..66152edc980 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportAppDefs_h___ -#define ___UIWizardExportAppDefs_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,4 +66,4 @@ private: bool m_fInSaveState; }; -#endif /* !___UIWizardExportAppDefs_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h index baba2e9289c..7810897cd28 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportAppPageBasic1_h___ -#define ___UIWizardExportAppPageBasic1_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -86,4 +86,4 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* !___UIWizardExportAppPageBasic1_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h index 431ff7572c0..ce6dd5d829a 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportAppPageBasic2_h___ -#define ___UIWizardExportAppPageBasic2_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -292,4 +292,4 @@ private: QIRichTextLabel *m_pLabelSettings; }; -#endif /* !___UIWizardExportAppPageBasic2_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h index 0631ec4414b..ea7de239dac 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportAppPageBasic3_h___ -#define ___UIWizardExportAppPageBasic3_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -91,4 +91,4 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* !___UIWizardExportAppPageBasic3_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageBasic3_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h index b9f49b6d998..6a786dee85c 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardExportAppPageExpert_h___ -#define ___UIWizardExportAppPageExpert_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -109,4 +109,4 @@ private: QGroupBox *m_pSettingsCnt; }; -#endif /* !___UIWizardExportAppPageExpert_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_exportappliance_UIWizardExportAppPageExpert_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h index db0bb7bc5d1..83dd4d34ad0 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardFirstRun_h__ -#define __UIWizardFirstRun_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h +#define FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -68,5 +68,5 @@ private: bool m_fHardDiskWasSet; }; -#endif // __UIFirstRunWzd_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRun_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h index 801160f2123..c3f0bfab24a 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardFirstRunPageBasic_h__ -#define __UIWizardFirstRunPageBasic_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h +#define FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -99,5 +99,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UIWizardFirstRunPageBasic_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_firstrun_UIWizardFirstRunPageBasic_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h index 85d6e8530f8..f6b9adc4c48 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardImportApp_h__ -#define __UIWizardImportApp_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h +#define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -80,5 +80,5 @@ private: typedef QPointer<UIWizardImportApp> UISafePointerWizardImportApp; -#endif /* __UIWizardImportApp_h__ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportApp_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h index 89ff0014113..58477942800 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardImportAppDefs_h__ -#define __UIWizardImportAppDefs_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h +#define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -32,5 +32,5 @@ typedef QPointer<UIApplianceImportEditorWidget> ImportAppliancePointer; Q_DECLARE_METATYPE(ImportAppliancePointer); -#endif /* __UIWizardImportAppDefs_h__ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppDefs_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h index 42c59c21ce0..7256d8cbea4 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardImportAppPageBasic1_h__ -#define __UIWizardImportAppPageBasic1_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -66,5 +66,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif /* __UIWizardImportAppPageBasic1_h__ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h index 12bb2d0c2d9..91f52708ec0 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef ___UIWizardImportAppPageBasic2_h___ -#define ___UIWizardImportAppPageBasic2_h___ +#ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -114,4 +114,4 @@ private: QTextBrowser *m_pTextBrowser; }; -#endif /* !___UIWizardImportAppPageBasic2_h___ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h index 49c344703c5..2140fa501f0 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardImportAppPageExpert_h__ -#define __UIWizardImportAppPageExpert_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -63,5 +63,5 @@ private: QGroupBox *m_pSettingsCnt; }; -#endif /* __UIWizardImportAppPageExpert_h__ */ +#endif /* !FEQT_INCLUDED_SRC_wizards_importappliance_UIWizardImportAppPageExpert_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h index 6f32d404bc5..1af67434351 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVD_h__ -#define __UIWizardNewVD_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h +#define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -84,4 +84,4 @@ private: typedef QPointer<UIWizardNewVD> UISafePointerWizardNewVD; -#endif // __UIWizardNewVD_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVD_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h index 707a0cad476..b5bf2949aea 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVDPageBasic1_h__ -#define __UIWizardNewVDPageBasic1_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,4 +87,4 @@ private: }; -#endif // __UIWizardNewVDPageBasic1_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h index ad8eaf362c7..52b5cc65ce3 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVDPageBasic2_h__ -#define __UIWizardNewVDPageBasic2_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -81,4 +81,4 @@ private: }; -#endif // __UIWizardNewVDPageBasic2_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h index 0b8d7458d83..1c27c5bc707 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVDPageBasic3_h__ -#define __UIWizardNewVDPageBasic3_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h +#define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -114,4 +114,4 @@ private: }; -#endif // __UIWizardNewVDPageBasic3_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageBasic3_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h index 4864dc5e7f8..6b390f2f8a7 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVDPageExpert_h__ -#define __UIWizardNewVDPageExpert_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -80,4 +80,4 @@ private: QGroupBox *m_pSizeCnt; }; -#endif // __UIWizardNewVDPageExpert_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvd_UIWizardNewVDPageExpert_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h index c0893e7a21f..1717a8dfd59 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVM_h__ -#define __UIWizardNewVM_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h +#define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -88,5 +88,5 @@ private: typedef QPointer<UIWizardNewVM> UISafePointerWizardNewVM; -#endif // __UIWizardNewVM_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVM_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h index 9e15f9e0c75..d1758d9c569 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVMPageBasic1_h__ -#define __UIWizardNewVMPageBasic1_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h +#define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -119,4 +119,4 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UIWizardNewVMPageBasic1_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic1_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h index 21e3c6bc8ba..66e802ce048 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVMPageBasic2_h__ -#define __UIWizardNewVMPageBasic2_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h +#define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -81,5 +81,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UINewVMWzd_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic2_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h index 982d45570e7..9524d6ff45e 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVMPageBasic3_h__ -#define __UIWizardNewVMPageBasic3_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h +#define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -132,5 +132,5 @@ private: QIRichTextLabel *m_pLabel; }; -#endif // __UIWizardNewVMPageBasic3_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageBasic3_h */ diff --git a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h index a4a17813df7..6b90fe0dcad 100644 --- a/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h +++ b/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h @@ -15,8 +15,8 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ -#ifndef __UIWizardNewVMPageExpert_h__ -#define __UIWizardNewVMPageExpert_h__ +#ifndef FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h +#define FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h #ifndef RT_WITHOUT_PRAGMA_ONCE # pragma once #endif @@ -87,4 +87,4 @@ private: QGroupBox *m_pDiskCnt; }; -#endif // __UIWizardNewVMPageExpert_h__ +#endif /* !FEQT_INCLUDED_SRC_wizards_newvm_UIWizardNewVMPageExpert_h */ |