summaryrefslogtreecommitdiffstats
path: root/kget
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:40 +0900
commit3e0f7a409460b4a40872efd34398ea4ebcf64c47 (patch)
tree1a4a3baf4e5d99bed65742da56ec3e1c7c7c9d2c /kget
parent263539096d9f265deccacb29c4a39fb85be41af8 (diff)
downloadtdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.tar.gz
tdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kget')
-rw-r--r--kget/kget_plug_in/kget_plug_in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.cpp b/kget/kget_plug_in/kget_plug_in.cpp
index c4d52fac..b02bbaa4 100644
--- a/kget/kget_plug_in/kget_plug_in.cpp
+++ b/kget/kget_plug_in/kget_plug_in.cpp
@@ -176,7 +176,7 @@ KPluginFactory::~KPluginFactory()
extern "C"
{
- KDE_EXPORT void* init_tdehtml_kget()
+ TDE_EXPORT void* init_tdehtml_kget()
{
TDEGlobal::locale()->insertCatalogue("kget");
return new KPluginFactory;