diff --git a/src/plugins/projectexplorer/devicesupport/deviceprocessesdialog.h b/src/plugins/projectexplorer/devicesupport/deviceprocessesdialog.h index 829b216fbb0..ae03014be6b 100644 --- a/src/plugins/projectexplorer/devicesupport/deviceprocessesdialog.h +++ b/src/plugins/projectexplorer/devicesupport/deviceprocessesdialog.h @@ -67,6 +67,6 @@ private: Internal::DeviceProcessesDialogPrivate * const d; }; -} // namespace RemoteLinux +} // namespace ProjectExplorer -#endif // REMOTELINUXPROCESSESDIALOG_H +#endif // DEVICEPROCESSESDIALOG_H diff --git a/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp b/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp index 9f9ee95a1d9..ed8ece11894 100644 --- a/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp +++ b/src/plugins/projectexplorer/devicesupport/localprocesslist.cpp @@ -293,4 +293,4 @@ void LocalProcessList::reportDelayedKillStatus() } } // namespace Internal -} // namespace RemoteLinux +} // namespace ProjectExplorer diff --git a/src/plugins/projectexplorer/devicesupport/localprocesslist.h b/src/plugins/projectexplorer/devicesupport/localprocesslist.h index a90de0bd3ac..d2b5482ebe9 100644 --- a/src/plugins/projectexplorer/devicesupport/localprocesslist.h +++ b/src/plugins/projectexplorer/devicesupport/localprocesslist.h @@ -65,6 +65,6 @@ private: }; } // namespace Internal -} // namespace RemoteLinux +} // namespace ProjectExplorer #endif // LOCALPROCESSLIST_H