diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
commit | 93c54ae82e25a7fbf4616f51e265bd209241c7a2 (patch) | |
tree | 795a2f42f5ec146c96e507ea8e3576708d13920a /src/gui/widgets/chattab.cpp | |
parent | 68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff) | |
download | plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2 plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip |
move sound constants to separate file.
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index 41b57c035..a596c5e7f 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -28,6 +28,7 @@ #include "commandhandler.h" #include "configuration.h" #include "localplayer.h" +#include "soundconsts.h" #include "soundmanager.h" #include "gui/helpwindow.h" |