diff options
Diffstat (limited to 'src/modules/dcc/adpcmcodec.h')
-rw-r--r-- | src/modules/dcc/adpcmcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/adpcmcodec.h b/src/modules/dcc/adpcmcodec.h index 63343df0..49913518 100644 --- a/src/modules/dcc/adpcmcodec.h +++ b/src/modules/dcc/adpcmcodec.h @@ -30,7 +30,7 @@ // 16384 32768 | 8192 | ~110 250 290 // -#include <qstring.h> // fix for qtextstream.h +#include <tqstring.h> // fix for qtextstream.h #include "codec.h" typedef struct adpcm_state |