2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Finalize rename / move.

This commit is contained in:
John Preston
2017-04-13 11:27:10 +03:00
parent f643446d1b
commit 110e7c8074
132 changed files with 151 additions and 177 deletions

View File

@@ -27,7 +27,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "mainwindow.h"
#include "messenger.h"
#include "application.h"
#include "lang.h"
#include "lang/lang_keys.h"
#include "storage/localstorage.h"
namespace Platform {

View File

@@ -23,7 +23,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "window/notifications_utilities.h"
#include "platform/linux/linux_libnotify.h"
#include "platform/linux/linux_libs.h"
#include "lang.h"
#include "lang/lang_keys.h"
#include "base/task_queue.h"
namespace Platform {

View File

@@ -18,7 +18,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "platform/linux/specific_linux.h"
#include "platform/linux/linux_libs.h"
#include "lang.h"
#include "lang/lang_keys.h"
#include "application.h"
#include "mainwidget.h"
#include "mainwindow.h"