summaryrefslogtreecommitdiffstats
path: root/kbstateapplet/kbstate.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:45:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 20:34:40 +0900
commit93d2ad8f8df82b1e68aecffd53f60a26bd59359f (patch)
treebb656a79fbbf749ee91228ae7a33d28b044c0f3a /kbstateapplet/kbstate.cpp
parent1e42a67ff705df1251b73a942e939685d8bb7cdf (diff)
downloadtdeaccessibility-93d2ad8f.tar.gz
tdeaccessibility-93d2ad8f.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ddd81fab611d7459e00d10818cad3e903d86fbdc)
Diffstat (limited to 'kbstateapplet/kbstate.cpp')
-rw-r--r--kbstateapplet/kbstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp
index 30dc5c5..9de6931 100644
--- a/kbstateapplet/kbstate.cpp
+++ b/kbstateapplet/kbstate.cpp
@@ -50,7 +50,7 @@ extern "C"
#include <X11/keysymdef.h>
#include <X11/extensions/XKB.h>
- KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
+ TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
{
TDEGlobal::locale()->insertCatalogue("kbstateapplet");
KbStateApplet *applet = new KbStateApplet(configFile, KPanelApplet::Normal, KPanelApplet::About, parent, "kbstateapplet");