diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:19:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 18:33:52 +0900 |
commit | 1a5946c422102651b74cd93029c0f61af0c69a95 (patch) | |
tree | e1b42f5eacfe09a6e4d086b36478f9d936cb769b | |
parent | 0895b87f4ba1468f0f02df52417ce465bdebba16 (diff) | |
download | tastymenu-1a5946c422102651b74cd93029c0f61af0c69a95.tar.gz tastymenu-1a5946c422102651b74cd93029c0f61af0c69a95.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dc44284f55868024eb4fa4cc074cd34210da1c50)
-rw-r--r-- | src/tastymenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tastymenu.cpp b/src/tastymenu.cpp index fca4581..8183d5d 100644 --- a/src/tastymenu.cpp +++ b/src/tastymenu.cpp @@ -482,7 +482,7 @@ void TastyMenu::leaveEvent( TQEvent * e ) extern "C" { - KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("tastymenu"); return new TastyMenu(configFile, KPanelApplet::Normal, |