From 5bd77f3d84aa0590959174b13e3550852dda3af4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:59 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa) --- kworldwatch/applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kworldwatch') diff --git a/kworldwatch/applet.cpp b/kworldwatch/applet.cpp index aa7be5a..6e7ebb8 100644 --- a/kworldwatch/applet.cpp +++ b/kworldwatch/applet.cpp @@ -42,7 +42,7 @@ extern "C" { - KDE_EXPORT KPanelApplet *init(TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet *init(TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("kworldclock"); TDEGlobal::locale()->insertCatalogue("timezones"); // For time zone translation -- cgit v1.2.1