diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 17:37:18 +0900 |
commit | 5bd77f3d84aa0590959174b13e3550852dda3af4 (patch) | |
tree | 50df5497aa207224775051b6846af2865fc3b360 /kweather/kweather.cpp | |
parent | 9865b2e4901922708cda5fed2e178a429d31e45a (diff) | |
download | tdetoys-5bd77f3d84aa0590959174b13e3550852dda3af4.tar.gz tdetoys-5bd77f3d84aa0590959174b13e3550852dda3af4.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa)
Diffstat (limited to 'kweather/kweather.cpp')
-rw-r--r-- | kweather/kweather.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index 9b8969a..61e5eb4 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -41,7 +41,7 @@ extern "C" { - KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("kweather"); kweather *theApplet = new kweather(configFile, KPanelApplet::Normal, |