From 3e0f7a409460b4a40872efd34398ea4ebcf64c47 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:40 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- kdict/applet/kdictapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdict/applet/kdictapplet.cpp') diff --git a/kdict/applet/kdictapplet.cpp b/kdict/applet/kdictapplet.cpp index 1fa07914..c22ffce6 100644 --- a/kdict/applet/kdictapplet.cpp +++ b/kdict/applet/kdictapplet.cpp @@ -74,7 +74,7 @@ void PopupBox::enablePopup() extern "C" { - KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("kdictapplet"); return new DictApplet(configFile, KPanelApplet::Stretch, 0, parent, "kdictapplet"); -- cgit v1.2.1