mirror of https://github.com/procxx/kepka.git
Fix include paths
This commit is contained in:
parent
dea6943df7
commit
bada61ce15
|
|
@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "core\utils.h"
|
||||
#include "core/utils.h"
|
||||
|
||||
namespace MTP {
|
||||
namespace internal {
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include <QWidget>
|
||||
#include <QResizeEvent>
|
||||
#include <QPaintEvent>
|
||||
#include "base\object_ptr.h"
|
||||
#include "ui\animation.h"
|
||||
#include "ui\twidget.h"
|
||||
#include "base/object_ptr.h"
|
||||
#include "ui/animation.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class PasswordInput;
|
||||
|
|
|
|||
|
|
@ -19,8 +19,9 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "ui\animation.h"
|
||||
#include "ui\twidget.h"
|
||||
|
||||
#include "ui/animation.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
class QPaintEvent;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#pragma once
|
||||
|
||||
#include <gsl/gsl>
|
||||
|
||||
#include "ui\twidget.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
class PeerData;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
#include "ui\twidget.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
class QWidget;
|
||||
class QPaintEvent;
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "ui\animation.h"
|
||||
#include "ui\twidget.h"
|
||||
#include "ui/animation.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
namespace Ui {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "ui\animation.h"
|
||||
|
||||
#include "ui/animation.h"
|
||||
#include <QPixmap>
|
||||
|
||||
class Painter;
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#pragma once
|
||||
#include <QString>
|
||||
#include <QMargins>
|
||||
#include "core\utils.h"
|
||||
#include "ui\animation.h"
|
||||
#include "core/utils.h"
|
||||
#include "ui/animation.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include "application.h"
|
||||
#include "twidget.h"
|
||||
#include "mainwindow.h"
|
||||
#include "window\main_window.h"
|
||||
#include "window/main_window.h"
|
||||
#include "messenger.h"
|
||||
#include "app.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "base\observer.h"
|
||||
#include "base/observer.h"
|
||||
#include "QImage"
|
||||
#include "styles\palette.h"
|
||||
#include "styles/palette.h"
|
||||
#include "QPixmap"
|
||||
|
||||
namespace Window {
|
||||
|
|
|
|||
|
|
@ -19,8 +19,9 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "ui\twidget.h"
|
||||
#include "base\observer.h"
|
||||
|
||||
#include "ui/twidget.h"
|
||||
#include "base/observer.h"
|
||||
|
||||
class EditColorBox;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue