rename twitchaccount file to twitchuser to match class name

This commit is contained in:
Rasmus Karlsson
2017-05-30 15:22:44 +02:00
parent 980e71ab40
commit 548fbe5866
10 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -4,9 +4,9 @@
#include "channel.h"
#include "channelmanager.h"
#include "messages/messageparseargs.h"
#include "twitch/twitchaccount.h"
#include "twitch/twitchmessagebuilder.h"
#include "twitch/twitchparsemessage.h"
#include "twitch/twitchuser.h"
#include <irccommand.h>
#include <ircconnection.h>