summaryrefslogtreecommitdiffstats
path: root/kdict
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 /kdict
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 'kdict')
-rw-r--r--kdict/applet/kdictapplet.cpp2
-rw-r--r--kdict/main.cpp2
2 files changed, 2 insertions, 2 deletions
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");
diff --git a/kdict/main.cpp b/kdict/main.cpp
index ce51a24d..db7a6a18 100644
--- a/kdict/main.cpp
+++ b/kdict/main.cpp
@@ -29,7 +29,7 @@ static TDECmdLineOptions knoptions[] =
};
-extern "C" KDE_EXPORT int kdemain(int argc, char* argv[])
+extern "C" TDE_EXPORT int kdemain(int argc, char* argv[])
{
TDEAboutData aboutData("kdict",
I18N_NOOP("Dictionary"),