summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/knemod/knemodaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/knemodaemon.cpp b/src/knemod/knemodaemon.cpp
index 91ae99b..0f3f36e 100644
--- a/src/knemod/knemodaemon.cpp
+++ b/src/knemod/knemodaemon.cpp
@@ -37,7 +37,7 @@
TQString KNemoDaemon::sSelectedInterface = TQString();
extern "C" {
- KDE_EXPORT KDEDModule *create_knemod(const TQCString &name) {
+ TDE_EXPORT KDEDModule *create_knemod(const TQCString &name) {
return new KNemoDaemon(name);
}
}