From af174e730fa17cb993a1a7f627d8ca4e49da9692 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 8 Jan 2018 18:09:40 +1100 Subject: [PATCH] [User Interface] Rename NotifctionClass to Notification --- Source/Project64/Project64.vcxproj | 4 ++-- Source/Project64/UserInterface.h | 2 +- .../UserInterface/{NotificationClass.cpp => Notification.cpp} | 0 .../UserInterface/{NotificationClass.h => Notification.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename Source/Project64/UserInterface/{NotificationClass.cpp => Notification.cpp} (100%) rename Source/Project64/UserInterface/{NotificationClass.h => Notification.h} (100%) diff --git a/Source/Project64/Project64.vcxproj b/Source/Project64/Project64.vcxproj index 4dd7918d3..dad2dda96 100644 --- a/Source/Project64/Project64.vcxproj +++ b/Source/Project64/Project64.vcxproj @@ -105,7 +105,7 @@ - + @@ -167,7 +167,7 @@ - + diff --git a/Source/Project64/UserInterface.h b/Source/Project64/UserInterface.h index b3c450d6e..7e255662b 100644 --- a/Source/Project64/UserInterface.h +++ b/Source/Project64/UserInterface.h @@ -22,7 +22,7 @@ #include "UserInterface/MainWindow.h" #include "UserInterface/MenuClass.h" #include "UserInterface/MainMenu.h" -#include "UserInterface/NotificationClass.h" +#include "UserInterface/Notification.h" #include #include "UserInterface/resource.h" #include "UserInterface/SettingsConfig.h" diff --git a/Source/Project64/UserInterface/NotificationClass.cpp b/Source/Project64/UserInterface/Notification.cpp similarity index 100% rename from Source/Project64/UserInterface/NotificationClass.cpp rename to Source/Project64/UserInterface/Notification.cpp diff --git a/Source/Project64/UserInterface/NotificationClass.h b/Source/Project64/UserInterface/Notification.h similarity index 100% rename from Source/Project64/UserInterface/NotificationClass.h rename to Source/Project64/UserInterface/Notification.h