summaryrefslogtreecommitdiffstats
path: root/noatun/modules
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules')
-rw-r--r--noatun/modules/dcopiface/dcopiface.cpp2
-rw-r--r--noatun/modules/dcopiface/dcopiface.h2
-rw-r--r--noatun/modules/excellent/noatunui.cpp2
-rw-r--r--noatun/modules/htmlexport/htmlexport.cpp2
-rw-r--r--noatun/modules/infrared/infrared.cpp2
-rw-r--r--noatun/modules/kaiman/noatunui.cpp2
-rw-r--r--noatun/modules/keyz/keyz.cpp2
-rw-r--r--noatun/modules/kjofol-skin/noatunui.cpp2
-rw-r--r--noatun/modules/marquis/plugin.cpp2
-rw-r--r--noatun/modules/metatag/metatag.cpp2
-rw-r--r--noatun/modules/monoscope/monoscope.cpp2
-rw-r--r--noatun/modules/net/net.cpp2
-rw-r--r--noatun/modules/noatunui/noatunui.cpp2
-rw-r--r--noatun/modules/simple/noatunui.cpp2
-rw-r--r--noatun/modules/splitplaylist/splitplaylist.cpp2
-rw-r--r--noatun/modules/systray/noatunui.cpp2
-rw-r--r--noatun/modules/voiceprint/voiceprint.cpp2
-rw-r--r--noatun/modules/winskin/plugin.cpp2
18 files changed, 18 insertions, 18 deletions
diff --git a/noatun/modules/dcopiface/dcopiface.cpp b/noatun/modules/dcopiface/dcopiface.cpp
index 731d3cf7..4c9e0f37 100644
--- a/noatun/modules/dcopiface/dcopiface.cpp
+++ b/noatun/modules/dcopiface/dcopiface.cpp
@@ -9,7 +9,7 @@
extern "C"
{
- KDE_EXPORT NIF *create_plugin()
+ TDE_EXPORT NIF *create_plugin()
{
return new NIF();
}
diff --git a/noatun/modules/dcopiface/dcopiface.h b/noatun/modules/dcopiface/dcopiface.h
index cd58a228..38767fc4 100644
--- a/noatun/modules/dcopiface/dcopiface.h
+++ b/noatun/modules/dcopiface/dcopiface.h
@@ -7,7 +7,7 @@
#include <dcopobject.h>
#include <kdemacros.h>
-class KDE_EXPORT NIF : public Plugin, public DCOPObject
+class TDE_EXPORT NIF : public Plugin, public DCOPObject
{
K_DCOP
diff --git a/noatun/modules/excellent/noatunui.cpp b/noatun/modules/excellent/noatunui.cpp
index a103268d..575dc32a 100644
--- a/noatun/modules/excellent/noatunui.cpp
+++ b/noatun/modules/excellent/noatunui.cpp
@@ -26,7 +26,7 @@
#include "userinterface.h"
-extern "C" KDE_EXPORT Plugin *create_plugin()
+extern "C" TDE_EXPORT Plugin *create_plugin()
{
return new Excellent();
}
diff --git a/noatun/modules/htmlexport/htmlexport.cpp b/noatun/modules/htmlexport/htmlexport.cpp
index b256b421..3facc98c 100644
--- a/noatun/modules/htmlexport/htmlexport.cpp
+++ b/noatun/modules/htmlexport/htmlexport.cpp
@@ -7,7 +7,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new HTMLExport();
}
diff --git a/noatun/modules/infrared/infrared.cpp b/noatun/modules/infrared/infrared.cpp
index 92ae3c4f..76b6dc73 100644
--- a/noatun/modules/infrared/infrared.cpp
+++ b/noatun/modules/infrared/infrared.cpp
@@ -14,7 +14,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new InfraRed();
}
diff --git a/noatun/modules/kaiman/noatunui.cpp b/noatun/modules/kaiman/noatunui.cpp
index bc1bceb0..6dc2538e 100644
--- a/noatun/modules/kaiman/noatunui.cpp
+++ b/noatun/modules/kaiman/noatunui.cpp
@@ -2,7 +2,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new Kaiman();
}
diff --git a/noatun/modules/keyz/keyz.cpp b/noatun/modules/keyz/keyz.cpp
index 613274e5..cda022a2 100644
--- a/noatun/modules/keyz/keyz.cpp
+++ b/noatun/modules/keyz/keyz.cpp
@@ -14,7 +14,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new Keyz();
}
diff --git a/noatun/modules/kjofol-skin/noatunui.cpp b/noatun/modules/kjofol-skin/noatunui.cpp
index b5be87fd..4541e45b 100644
--- a/noatun/modules/kjofol-skin/noatunui.cpp
+++ b/noatun/modules/kjofol-skin/noatunui.cpp
@@ -2,7 +2,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new KJLoader();
}
diff --git a/noatun/modules/marquis/plugin.cpp b/noatun/modules/marquis/plugin.cpp
index 146b0979..e9ccc0e2 100644
--- a/noatun/modules/marquis/plugin.cpp
+++ b/noatun/modules/marquis/plugin.cpp
@@ -2,7 +2,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new Marquis();
}
diff --git a/noatun/modules/metatag/metatag.cpp b/noatun/modules/metatag/metatag.cpp
index afb55d2e..1df53d35 100644
--- a/noatun/modules/metatag/metatag.cpp
+++ b/noatun/modules/metatag/metatag.cpp
@@ -24,7 +24,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new MetaTagLoader;
}
diff --git a/noatun/modules/monoscope/monoscope.cpp b/noatun/modules/monoscope/monoscope.cpp
index ded4a42d..4c717c42 100644
--- a/noatun/modules/monoscope/monoscope.cpp
+++ b/noatun/modules/monoscope/monoscope.cpp
@@ -9,7 +9,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new Monoscope();
}
diff --git a/noatun/modules/net/net.cpp b/noatun/modules/net/net.cpp
index 8d67580e..752b2005 100644
--- a/noatun/modules/net/net.cpp
+++ b/noatun/modules/net/net.cpp
@@ -4,7 +4,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new Net();
}
diff --git a/noatun/modules/noatunui/noatunui.cpp b/noatun/modules/noatunui/noatunui.cpp
index adb9534b..081b9158 100644
--- a/noatun/modules/noatunui/noatunui.cpp
+++ b/noatun/modules/noatunui/noatunui.cpp
@@ -2,7 +2,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new MilkChocolate;
}
diff --git a/noatun/modules/simple/noatunui.cpp b/noatun/modules/simple/noatunui.cpp
index 3b647e42..ba2ca067 100644
--- a/noatun/modules/simple/noatunui.cpp
+++ b/noatun/modules/simple/noatunui.cpp
@@ -13,5 +13,5 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); }
+ TDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); }
}
diff --git a/noatun/modules/splitplaylist/splitplaylist.cpp b/noatun/modules/splitplaylist/splitplaylist.cpp
index fd854311..92e075a5 100644
--- a/noatun/modules/splitplaylist/splitplaylist.cpp
+++ b/noatun/modules/splitplaylist/splitplaylist.cpp
@@ -5,7 +5,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new SplitPlaylist();
}
diff --git a/noatun/modules/systray/noatunui.cpp b/noatun/modules/systray/noatunui.cpp
index 76f9af25..3beac24e 100644
--- a/noatun/modules/systray/noatunui.cpp
+++ b/noatun/modules/systray/noatunui.cpp
@@ -2,7 +2,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new NoatunSystray();
}
diff --git a/noatun/modules/voiceprint/voiceprint.cpp b/noatun/modules/voiceprint/voiceprint.cpp
index 4cfe5d21..f9f65105 100644
--- a/noatun/modules/voiceprint/voiceprint.cpp
+++ b/noatun/modules/voiceprint/voiceprint.cpp
@@ -9,7 +9,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new VoicePrint();
}
diff --git a/noatun/modules/winskin/plugin.cpp b/noatun/modules/winskin/plugin.cpp
index 8be9cc77..ff38a4ab 100644
--- a/noatun/modules/winskin/plugin.cpp
+++ b/noatun/modules/winskin/plugin.cpp
@@ -5,7 +5,7 @@
#include "waSkin.h"
extern "C" {
- KDE_EXPORT Plugin *create_plugin() {
+ TDE_EXPORT Plugin *create_plugin() {
WaSkin *new_skin = new WaSkin();
new WinSkinConfig(new_skin, new_skin->skinManager());
return new_skin;