diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:49:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 17:42:00 +0900 |
commit | 713876207189dee076b1dbb0296c124ccac38b76 (patch) | |
tree | fcafe3aa3c66eaf012892cee0a9692f6ec690709 /charselectapplet | |
parent | 0600279d2db836586db19924e74abaf3a81b0480 (diff) | |
download | tdeutils-713876207189dee076b1dbb0296c124ccac38b76.tar.gz tdeutils-713876207189dee076b1dbb0296c124ccac38b76.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
Diffstat (limited to 'charselectapplet')
-rw-r--r-- | charselectapplet/charselectapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index baa8329..f250428 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -41,7 +41,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. extern "C" { - KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) + TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("kcharselectapplet"); return new CharSelectApplet(configFile, KPanelApplet::Normal, |