diff options
Diffstat (limited to 'tdeioslave/thumbnail/textcreator.cpp')
-rw-r--r-- | tdeioslave/thumbnail/textcreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/thumbnail/textcreator.cpp b/tdeioslave/thumbnail/textcreator.cpp index 13f3ba83f..d4f8cde5f 100644 --- a/tdeioslave/thumbnail/textcreator.cpp +++ b/tdeioslave/thumbnail/textcreator.cpp @@ -30,7 +30,7 @@ extern "C" { - KDE_EXPORT ThumbCreator *new_creator() + TDE_EXPORT ThumbCreator *new_creator() { return new TextCreator; } |