summaryrefslogtreecommitdiffstats
path: root/kickermenu-3.3/menuapplet.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:21:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 19:39:36 +0900
commitda4085d9bfab87075ac5c374cb701f7ebc189adc (patch)
treea2ac0d478a77821f41645dedf6129d5c96082c3a /kickermenu-3.3/menuapplet.cpp
parent7f714dc09be5db1a2d40a5de500f34a6875fd4df (diff)
downloadtde-style-baghira-da4085d9.tar.gz
tde-style-baghira-da4085d9.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ac4ac666df1050cb671df5975a6582567916013d)
Diffstat (limited to 'kickermenu-3.3/menuapplet.cpp')
-rw-r--r--kickermenu-3.3/menuapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickermenu-3.3/menuapplet.cpp b/kickermenu-3.3/menuapplet.cpp
index fb3424e..a89acb0 100644
--- a/kickermenu-3.3/menuapplet.cpp
+++ b/kickermenu-3.3/menuapplet.cpp
@@ -61,7 +61,7 @@ extern Time tqt_x_time;
extern "C"
{
- KDE_EXPORT KPanelApplet* init( TQWidget* parent_P, const TQString& configFile_P )
+ TDE_EXPORT KPanelApplet* init( TQWidget* parent_P, const TQString& configFile_P )
{
TDEGlobal::locale()->insertCatalogue("baghira-kmenuapplet");
return new KickerMenuApplet::Applet( configFile_P, parent_P );