summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/newsticker/sidebar_news.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:47:17 +0900
committerMichele Calgaro <[email protected]>2024-05-06 22:34:26 +0900
commit22ddaacbbe263bdb889425852250b864a042e0c5 (patch)
treea8b1bff3826a28cace97ab71848a443c67f229cd /konq-plugins/sidebar/newsticker/sidebar_news.cpp
parent1650326a063d48ee2831512b8049991587b76d52 (diff)
downloadtdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.tar.gz
tdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 63063f5dceb4fb45a185897b6b5796fba673cbb0)
Diffstat (limited to 'konq-plugins/sidebar/newsticker/sidebar_news.cpp')
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.cpp b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
index f2c33fe..00eaada 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.cpp
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
@@ -250,7 +250,7 @@ namespace KSB_News {
extern "C" {
- KDE_EXPORT void* create_konq_sidebarnews(TDEInstance *instance, TQObject *par,
+ TDE_EXPORT void* create_konq_sidebarnews(TDEInstance *instance, TQObject *par,
TQWidget *widp,
TQString &desktopname,
const char *name) {
@@ -260,7 +260,7 @@ namespace KSB_News {
}
extern "C" {
- KDE_EXPORT bool add_konq_sidebarnews(TQString* fn, TQString*,
+ TDE_EXPORT bool add_konq_sidebarnews(TQString* fn, TQString*,
TQMap<TQString,TQString> *map) {
map->insert("Type", "Link");
map->insert("Icon", "konqsidebar_news");