diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:49:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:49:05 +0900 |
commit | 2192355d1511c56c255a2d39f701c25f3ef0fdcf (patch) | |
tree | dc0e7e087c33e969e34642ad4ae53bc49f297b10 /charselectapplet | |
parent | 8d85c209631d50f8baa16d08baafabb7432f825a (diff) | |
download | tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.tar.gz tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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, |