renamed "user" to "account"

This commit is contained in:
fourtf
2017-04-18 02:29:32 +02:00
parent 34b9057f7e
commit c2937eb7b3
15 changed files with 23 additions and 27 deletions
@@ -1,4 +1,4 @@
#include "twitchuser.h"
#include "twitchaccount.h"
namespace chatterino {
namespace twitch {
@@ -1,7 +1,7 @@
#ifndef ACCOUNT_H
#define ACCOUNT_H
#include "ircuser2.h"
#include "ircaccount.h"
#include <QString>