diff --git a/Source/DisplayClusterExtensions/Public/Utility/DemoConfig.h b/Source/RWTHVRToolkit/Public/Utility/DemoConfig.h
similarity index 90%
rename from Source/DisplayClusterExtensions/Public/Utility/DemoConfig.h
rename to Source/RWTHVRToolkit/Public/Utility/DemoConfig.h
index 16c010cdf6c9322a5b6185aa924c5f505ecbe524..105f9fb48d50b28df50c8b45f91daac4abe87d12 100644
--- a/Source/DisplayClusterExtensions/Public/Utility/DemoConfig.h
+++ b/Source/RWTHVRToolkit/Public/Utility/DemoConfig.h
@@ -1,5 +1,3 @@
-// Fill out your copyright notice in the Description page of Project Settings.
-
 #pragma once
 
 #include "CoreMinimal.h"
@@ -15,7 +13,7 @@
  * 5. Settings can be accessed from everywhere via `GetDefault<UYourSubClass>()->PropertyName`
  */
 UCLASS(Abstract, config = Demo, defaultconfig)
-class DISPLAYCLUSTEREXTENSIONS_API UDemoConfig : public UDeveloperSettings
+class RWTHVRTOOLKIT_API UDemoConfig : public UDeveloperSettings
 {
 	GENERATED_BODY()