From 8e54ac4dcff57638d05d3f195ba11469009bca45 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 6 Dec 2018 17:27:32 +0400 Subject: [PATCH] Rename autolock_box module to auto_lock_box. --- .../SourceFiles/boxes/{autolock_box.cpp => auto_lock_box.cpp} | 2 +- Telegram/SourceFiles/boxes/{autolock_box.h => auto_lock_box.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Telegram/SourceFiles/boxes/{autolock_box.cpp => auto_lock_box.cpp} (98%) rename Telegram/SourceFiles/boxes/{autolock_box.h => auto_lock_box.h} (100%) 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 eb5d17b831..cc04f16126 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