diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:47:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:47:28 +0300 |
commit | 2d45a2ca5480ae0fdc03a807787f622444830d44 (patch) | |
tree | 793888bce9be79487e7be1b91ccb74738bf25c24 /src/gui/widgets/tradetab.cpp | |
parent | 383b667c30665377ee5bd5c1167530eb44ce4571 (diff) | |
download | plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.gz plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.bz2 plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.xz plus-2d45a2ca5480ae0fdc03a807787f622444830d44.zip |
Rename file names log and chatlog to correct logger and chatlogger.
Diffstat (limited to 'src/gui/widgets/tradetab.cpp')
-rw-r--r-- | src/gui/widgets/tradetab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tradetab.cpp b/src/gui/widgets/tradetab.cpp index 99a145d86..deec2aea6 100644 --- a/src/gui/widgets/tradetab.cpp +++ b/src/gui/widgets/tradetab.cpp @@ -22,10 +22,10 @@ #include "gui/widgets/tradetab.h" -#include "chatlog.h" +#include "chatlogger.h" #include "commandhandler.h" #include "localplayer.h" -#include "log.h" +#include "logger.h" #include "gui/theme.h" |