From d1536d05726b6ae5621fbd3a5c76caf2a56b8f5f Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 29 Jun 2017 13:25:20 +0300 Subject: [PATCH] Rename / move history and historywidget modules. --- Telegram/SourceFiles/{ => history}/history.cpp | 0 Telegram/SourceFiles/{ => history}/history.h | 0 .../SourceFiles/{historywidget.cpp => history/history_widget.cpp} | 0 .../SourceFiles/{historywidget.h => history/history_widget.h} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Telegram/SourceFiles/{ => history}/history.cpp (100%) rename Telegram/SourceFiles/{ => history}/history.h (100%) rename Telegram/SourceFiles/{historywidget.cpp => history/history_widget.cpp} (100%) rename Telegram/SourceFiles/{historywidget.h => history/history_widget.h} (100%) diff --git a/Telegram/SourceFiles/history.cpp b/Telegram/SourceFiles/history/history.cpp similarity index 100% rename from Telegram/SourceFiles/history.cpp rename to Telegram/SourceFiles/history/history.cpp diff --git a/Telegram/SourceFiles/history.h b/Telegram/SourceFiles/history/history.h similarity index 100% rename from Telegram/SourceFiles/history.h rename to Telegram/SourceFiles/history/history.h diff --git a/Telegram/SourceFiles/historywidget.cpp b/Telegram/SourceFiles/history/history_widget.cpp similarity index 100% rename from Telegram/SourceFiles/historywidget.cpp rename to Telegram/SourceFiles/history/history_widget.cpp diff --git a/Telegram/SourceFiles/historywidget.h b/Telegram/SourceFiles/history/history_widget.h similarity index 100% rename from Telegram/SourceFiles/historywidget.h rename to Telegram/SourceFiles/history/history_widget.h