From 705674d469b3f8519e3a29fa915ce32a655e9421 Mon Sep 17 00:00:00 2001 From: Burak Ok Date: Wed, 19 Apr 2017 12:49:38 +0200 Subject: [PATCH] Compile before push DansGame --- widgets/accountpopup.cpp | 2 +- widgets/chatwidgetview.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/accountpopup.cpp b/widgets/accountpopup.cpp index c63ab36bf..e02b2e4d8 100644 --- a/widgets/accountpopup.cpp +++ b/widgets/accountpopup.cpp @@ -1,6 +1,6 @@ #include "widgets/accountpopup.h" #include "channel.h" -#include "ui_userpopup.h" +#include "ui_userpopupform.h" #include diff --git a/widgets/chatwidgetview.cpp b/widgets/chatwidgetview.cpp index 1ac5f0d67..f74b781e6 100644 --- a/widgets/chatwidgetview.cpp +++ b/widgets/chatwidgetview.cpp @@ -4,7 +4,7 @@ #include "messages/message.h" #include "messages/wordpart.h" #include "settingsmanager.h" -#include "ui_userpopup.h" +#include "ui_accountpopupform.h" #include "widgets/chatwidget.h" #include