summaryrefslogtreecommitdiffstats
path: root/tdeioslave/audiocd/plugins/lame
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame')
-rw-r--r--tdeioslave/audiocd/plugins/lame/encoderlame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
index 6b375385..76a19122 100644
--- a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
+++ b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
@@ -37,7 +37,7 @@
extern "C"
{
- KDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) {
+ TDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) {
encoders.append(new EncoderLame(slave));
}
}