diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:47:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 20:37:26 +0900 |
commit | 63063f5dceb4fb45a185897b6b5796fba673cbb0 (patch) | |
tree | b7495323033ce46d91fcc626ddee8bc6ba701c9d /kicker-applets/ktimemon/timemon.cpp | |
parent | 20a8d63f05fac076fc4a64591024f04db3bdd9ea (diff) | |
download | tdeaddons-63063f5dceb4fb45a185897b6b5796fba673cbb0.tar.gz tdeaddons-63063f5dceb4fb45a185897b6b5796fba673cbb0.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker-applets/ktimemon/timemon.cpp')
-rw-r--r-- | kicker-applets/ktimemon/timemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/ktimemon/timemon.cpp b/kicker-applets/ktimemon/timemon.cpp index 3fe5372..de3d826 100644 --- a/kicker-applets/ktimemon/timemon.cpp +++ b/kicker-applets/ktimemon/timemon.cpp @@ -35,7 +35,7 @@ extern "C" { - KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("ktimemon"); KTimeMon *mon = new KTimeMon(configFile, KPanelApplet::Normal, |