diff --git a/Telegram/SourceFiles/boxes/autolock_box.cpp b/Telegram/SourceFiles/boxes/auto_lock_box.cpp similarity index 98% rename from Telegram/SourceFiles/boxes/autolock_box.cpp rename to Telegram/SourceFiles/boxes/auto_lock_box.cpp index eb5d17b83..cc04f1612 100644 --- a/Telegram/SourceFiles/boxes/autolock_box.cpp +++ b/Telegram/SourceFiles/boxes/auto_lock_box.cpp @@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ -#include "boxes/autolock_box.h" +#include "boxes/auto_lock_box.h" #include "lang/lang_keys.h" #include "storage/localstorage.h" diff --git a/Telegram/SourceFiles/boxes/autolock_box.h b/Telegram/SourceFiles/boxes/auto_lock_box.h similarity index 100% rename from Telegram/SourceFiles/boxes/autolock_box.h rename to Telegram/SourceFiles/boxes/auto_lock_box.h