diff options
Diffstat (limited to 'tdehtml/tdehtml_factory.cpp')
-rw-r--r-- | tdehtml/tdehtml_factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtml_factory.cpp b/tdehtml/tdehtml_factory.cpp index 4094030c6..7aaf16b5a 100644 --- a/tdehtml/tdehtml_factory.cpp +++ b/tdehtml/tdehtml_factory.cpp @@ -39,7 +39,7 @@ template class TQPtrList<TDEHTMLPart>; -extern "C" KDE_EXPORT void *init_libtdehtml() +extern "C" TDE_EXPORT void *init_libtdehtml() { // We can't use a plain self() here, because that would // return the global factory, which might already exist |