diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:48 -0600 |
commit | 86aa055b2351aa71ba2c83e0447eaccf06e29718 (patch) | |
tree | b7c97baf51f8367e761e67fe2efeb4bcd8286a98 /tderadio3/plugins/recording/encoder_ogg.cpp | |
parent | cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4 (diff) | |
download | tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.tar.gz tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/recording/encoder_ogg.cpp')
-rw-r--r-- | tderadio3/plugins/recording/encoder_ogg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/plugins/recording/encoder_ogg.cpp b/tderadio3/plugins/recording/encoder_ogg.cpp index fa61ab1..ca093b9 100644 --- a/tderadio3/plugins/recording/encoder_ogg.cpp +++ b/tderadio3/plugins/recording/encoder_ogg.cpp @@ -17,7 +17,7 @@ #include "encoder_ogg.h" -#include <klocale.h> +#include <tdelocale.h> #include <stdlib.h> RecordingEncodingOgg::RecordingEncodingOgg(TQObject *parent, SoundStreamID ssid, |