1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

files renaming

This commit is contained in:
apprb 2014-09-07 00:28:26 +07:00
parent b68cc66ede
commit 9970fe293d
4 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ HEADERS += widget/form/addfriendform.h \
widget/friendlistwidget.h \
widget/genericchatroomwidget.h \
widget/form/genericchatform.h \
widget/tool/genericchataction.h \
widget/tool/chataction.h \
widget/chatareawidget.h \
filetransferinstance.h
@ -138,6 +138,6 @@ SOURCES += \
coreav.cpp \
widget/genericchatroomwidget.cpp \
widget/form/genericchatform.cpp \
widget/tool/genericchataction.cpp \
widget/tool/chataction.cpp \
widget/chatareawidget.cpp \
filetransferinstance.cpp

View File

@ -30,7 +30,7 @@
#include "widget/chatareawidget.h"
#include "widget/tool/chattextedit.h"
#include "widget/tool/genericchataction.h"
#include "widget/tool/chataction.h"
// Spacing in px inserted when the author of the last message changes
#define AUTHOR_CHANGE_SPACING 5

View File

@ -14,7 +14,7 @@
See the COPYING file for more details.
*/
#include "genericchataction.h"
#include "chataction.h"
#include "smileypack.h"
#include <QStringList>
#include <QBuffer>