summaryrefslogtreecommitdiffstats
path: root/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:40 +0900
committerMichele Calgaro <[email protected]>2024-05-05 17:48:40 +0900
commit3e0f7a409460b4a40872efd34398ea4ebcf64c47 (patch)
tree1a4a3baf4e5d99bed65742da56ec3e1c7c7c9d2c /knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
parent263539096d9f265deccacb29c4a39fb85be41af8 (diff)
downloadtdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.tar.gz
tdenetwork-3e0f7a409460b4a40872efd34398ea4ebcf64c47.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp')
-rw-r--r--knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
index f63a283f..4db586e3 100644
--- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
+++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
@@ -120,7 +120,7 @@ TQObject *KntSrcFilePropsFactory::createObject(TQObject *parent, const char *,
extern "C"
{
- KDE_EXPORT void *init_libkntsrcfilepropsdlg()
+ TDE_EXPORT void *init_libkntsrcfilepropsdlg()
{
TDEGlobal::locale()->insertCatalogue( "knewsticker" );
return new KntSrcFilePropsFactory();