diff options
Diffstat (limited to 'src/include/soundformat.h')
-rw-r--r-- | src/include/soundformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/soundformat.h b/src/include/soundformat.h index 566cddc..51fb9c4 100644 --- a/src/include/soundformat.h +++ b/src/include/soundformat.h @@ -26,7 +26,7 @@ #include <tqstring.h> #include <tdeconfig.h> -struct KDE_EXPORT SoundFormat { +struct TDE_EXPORT SoundFormat { unsigned m_SampleRate; unsigned m_Channels; unsigned m_SampleBits; |