summaryrefslogtreecommitdiffstats
path: root/tdeabc/formats/binaryformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/formats/binaryformat.cpp')
-rw-r--r--tdeabc/formats/binaryformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/formats/binaryformat.cpp b/tdeabc/formats/binaryformat.cpp
index dcb49330e..778a81ef7 100644
--- a/tdeabc/formats/binaryformat.cpp
+++ b/tdeabc/formats/binaryformat.cpp
@@ -38,7 +38,7 @@ using namespace TDEABC;
extern "C"
{
- KDE_EXPORT FormatPlugin *format()
+ TDE_EXPORT FormatPlugin *format()
{
return new BinaryFormat;
}