diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 17:21:06 +0900 |
| commit | eb63c76f64f64c5085a242690994c73427dc51aa (patch) | |
| tree | 444f7fa3891f9d6bbfe1da6c77381fb02ac06565 /kdict/applet | |
| parent | f51cf370f3ecdb07e20e04e45dfb7958219abbe7 (diff) | |
| download | tdenetwork-eb63c76f.tar.gz tdenetwork-eb63c76f.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3e0f7a409460b4a40872efd34398ea4ebcf64c47)
Diffstat (limited to 'kdict/applet')
| -rw-r--r-- | kdict/applet/kdictapplet.cpp | 2 |
1 files changed, 1 insertions, 1 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"); |
